Move jw parser option to the right
authorpankrat <pankrat@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sun, 24 Aug 2008 13:39:49 +0000 (13:39 +0000)
committerpankrat <pankrat@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sun, 24 Aug 2008 13:39:49 +0000 (13:39 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@3302 fdb21ef1-2011-0410-befe-b5e4ea1792b1

doc/SConscript

index e33069e105986b623cda495ce919c455425d1385..e010ebf9f9ed80475c5dca8339b3c4f438cdc108 100644 (file)
@@ -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"),
             ])