cp template/favicon.ico ${OUTPUT_DIR}/\r
\r
chunk:\r
- xsltproc --output xincluded-profiled.xml \\r
+ xsltproc --xinclude --output xincluded-profiled.xml \\r
--stringparam profile.os "linux" \\r
../profiling/profile.xsl \\r
${INPUT_XML}\r
\r
- xsltproc --xinclude xsl/webhelp.xsl xincluded-profiled.xml \r
+ xsltproc xsl/webhelp.xsl xincluded-profiled.xml \r
\r
rm xincluded-profiled.xml\r
index:\r
cp template/favicon.ico ${OUTPUT_DIR}/\r
\r
chunk:\r
- xsltproc --output xincluded-profiled.xml \\r
+ xsltproc --output --xinclude xincluded-profiled.xml \\r
--stringparam profile.arch ${PROFILE.ARCH} \\r
--stringparam profile.audience ${PROFILE.AUDIENCE} \\r
--stringparam profile.condition ${PROFILE.CONDITION} \\r
../profiling/profile.xsl \\r
${INPUT_XML}\r
\r
- xsltproc ${OTHER_XSLTPROC_ARGS} --xinclude xsl/webhelp.xsl xincluded-profiled.xml \r
+ xsltproc ${OTHER_XSLTPROC_ARGS} xsl/webhelp.xsl xincluded-profiled.xml \r
\r
rm xincluded-profiled.xml\r
index:\r