summaryrefslogtreecommitdiff
path: root/docs/user/Makefile.docutils-update
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-12-11 23:01:02 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-12-11 23:01:02 +0000
commit47e5feb6957544d209332fa2a297dc8687474ff5 (patch)
tree9709d7781f15241c23e634275dc47be9fa94eb97 /docs/user/Makefile.docutils-update
parent22a03c19bf38192515a03dc577a772cb3dadb22a (diff)
downloaddocutils-47e5feb6957544d209332fa2a297dc8687474ff5.tar.gz
corrected path to config file
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4180 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/user/Makefile.docutils-update')
-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 774f3a152..1a097ddc9 100644
--- a/docs/user/Makefile.docutils-update
+++ b/docs/user/Makefile.docutils-update
@@ -2,13 +2,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.s5.html \
- --config ../../docutils.conf \
+ --config ../../tools/docutils.conf \
--overwrite-theme-files \
--link-stylesheet
slide-shows-alt.s5.html: slide-shows.txt
rst2s5.py slide-shows.txt slide-shows-alt.s5.html \
- --config ../../docutils.conf \
+ --config ../../tools/docutils.conf \
--theme small-black \
--overwrite-theme-files \
--link-stylesheet