summaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index 5af73ea..324e67b 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -474,8 +474,9 @@ define FO_template
.PHONY: fo-${1}
fo-${1}:: ${1}/${DOCBASE}.fo
${1}/${DOCBASE}.fo:: ${XMLFILES-${1}} ${XMLDEPFILES-${1}} set-locale-${1}
- LANG=${1}.UTF-8 xsltproc --xinclude ${XSLPDF} \
- ${1}/${DOCBASE}.xml | ${XMLLINT} --format -o $$@ -
+ LANG=${1}.UTF-8 xsltproc --xinclude \
+ --stringparam FDPDIR ${FDPDIR} \
+ ${XSLPDF} ${1}/${DOCBASE}.xml | ${XMLLINT} --format -o $$@ -
clean::
${RM} ${1}/${DOCBASE}.fo
help::