summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLudwig Hähne <pankrat@tigris.org>2008-08-24 13:39:49 (GMT)
committerLudwig Hähne <pankrat@tigris.org>2008-08-24 13:39:49 (GMT)
commit894ce4d9452b3386675524cd7eccc9a993681d67 (patch)
treed85d75a6a5f13536a779fb629cb285f4824ba06f /doc
parent010de33d84cc61f2f6252a101ebc801c9a1ac876 (diff)
downloadSCons-894ce4d9452b3386675524cd7eccc9a993681d67.zip
SCons-894ce4d9452b3386675524cd7eccc9a993681d67.tar.gz
SCons-894ce4d9452b3386675524cd7eccc9a993681d67.tar.bz2
Move jw parser option to the right
Diffstat (limited to 'doc')
-rw-r--r--doc/SConscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/SConscript b/doc/SConscript
index e33069e..e010ebf 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"),
])