summaryrefslogtreecommitdiff
path: root/doc/SConscript
diff options
context:
space:
mode:
authorLudwig H?hne <pankrat@tigris.org>2008-08-24 13:39:49 +0000
committerLudwig H?hne <pankrat@tigris.org>2008-08-24 13:39:49 +0000
commit66b331825a3f0e4ced1c04d600a702e196d5648b (patch)
treed85d75a6a5f13536a779fb629cb285f4824ba06f /doc/SConscript
parent12ca3e2e7ecd800f78bb59c76969969bc9ec907c (diff)
downloadscons-66b331825a3f0e4ced1c04d600a702e196d5648b.tar.gz
Move jw parser option to the right
Diffstat (limited to 'doc/SConscript')
-rw-r--r--doc/SConscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/SConscript b/doc/SConscript
index e33069e1..e010ebf9 100644
--- a/doc/SConscript
+++ b/doc/SConscript
@@ -347,7 +347,7 @@ THIS IS AN AUTOMATICALLY-GENERATED FILE. DO NOT EDIT.
if docs[doc].get('ps') and jadetex and jade_original:
env.Command(ps, main, [
Delete("${TARGET.dir}/%s" % out),
- "jw -b ps -p %s -o ${TARGET.dir} $SOURCES" % jade_original,
+ "jw -b ps -o ${TARGET.dir} -p %s $SOURCES" % jade_original,
"mv ${TARGET.dir}/main.ps $TARGET",
Delete("${TARGET.dir}/%s" % out),
])
@@ -377,7 +377,7 @@ THIS IS AN AUTOMATICALLY-GENERATED FILE. DO NOT EDIT.
if docs[doc].get('pdf') and pdfjadetex and jade_original:
env.Command(pdf, main, [
Delete("${TARGET.dir}/%s" % out),
- "jw -b pdf -p %s -o ${TARGET.dir} $SOURCES" % jade_original,
+ "jw -b pdf -o ${TARGET.dir} -p %s $SOURCES" % jade_original,
"mv ${TARGET.dir}/main.pdf $TARGET",
Delete("${TARGET.dir}/out"),
])