]> granicus.if.org Git - docbook-dsssl/commitdiff
Webhelp: Fix order of args to xsltproc
authorDavid Cramer <david@thingbag.net>
Tue, 8 Jan 2013 15:31:46 +0000 (15:31 +0000)
committerDavid Cramer <david@thingbag.net>
Tue, 8 Jan 2013 15:31:46 +0000 (15:31 +0000)
xsl/webhelp/Makefile.sample

index 185db103faf682727521f79741a298231003d7f3..d9a9a387e7b234abd84bc7a1b1d7d4e2477f2485 100644 (file)
@@ -69,7 +69,7 @@ copyfiles:
        cp template/favicon.ico ${OUTPUT_DIR}/\r
 \r
 chunk:\r
-       xsltproc  --output --xinclude xincluded-profiled.xml  \\r
+       xsltproc  --xinclude --output xincluded-profiled.xml  \\r
                   --stringparam  profile.arch ${PROFILE.ARCH} \\r
                   --stringparam  profile.audience ${PROFILE.AUDIENCE} \\r
                   --stringparam  profile.condition ${PROFILE.CONDITION} \\r