summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-12-11 22:29:49 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-12-11 22:29:49 +0000
commitae958cfe8759ddbf00122710ac9e97eea401e34e (patch)
tree602b7f3a5a97ff5d50849b12910039ede1fa5398 /docs
parent91c076647000a3078b8b5bc3c176a515e5e1d2ba (diff)
downloaddocutils-ae958cfe8759ddbf00122710ac9e97eea401e34e.tar.gz
typo
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4176 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs')
-rw-r--r--docs/user/Makefile.docutils-update4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user/Makefile.docutils-update b/docs/user/Makefile.docutils-update
index 7f2517ba1..774f3a152 100644
--- a/docs/user/Makefile.docutils-update
+++ b/docs/user/Makefile.docutils-update
@@ -1,13 +1,13 @@
all: slide-shows.s5.html slide-shows-alt.s5.html
slide-shows.s5.html: slide-shows.txt
- rst2s5.py slide-shows.txt slide-shows.html \
+ rst2s5.py slide-shows.txt slide-shows.s5.html \
--config ../../docutils.conf \
--overwrite-theme-files \
--link-stylesheet
slide-shows-alt.s5.html: slide-shows.txt
- rst2s5.py slide-shows.txt slide-shows-alt.html \
+ rst2s5.py slide-shows.txt slide-shows-alt.s5.html \
--config ../../docutils.conf \
--theme small-black \
--overwrite-theme-files \