From: David Cramer Date: Tue, 8 Jan 2013 15:31:46 +0000 (+0000) Subject: Webhelp: Fix order of args to xsltproc X-Git-Tag: release/1.79.1~6^2~251 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10118308adc57e15825d420b43762a10e0d9a4ae;p=docbook-dsssl Webhelp: Fix order of args to xsltproc --- diff --git a/xsl/webhelp/Makefile.sample b/xsl/webhelp/Makefile.sample index 185db103f..d9a9a387e 100644 --- a/xsl/webhelp/Makefile.sample +++ b/xsl/webhelp/Makefile.sample @@ -69,7 +69,7 @@ copyfiles: cp template/favicon.ico ${OUTPUT_DIR}/ chunk: - xsltproc --output --xinclude xincluded-profiled.xml \ + xsltproc --xinclude --output xincluded-profiled.xml \ --stringparam profile.arch ${PROFILE.ARCH} \ --stringparam profile.audience ${PROFILE.AUDIENCE} \ --stringparam profile.condition ${PROFILE.CONDITION} \