summaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-03-13 03:08:12 +0000
committerTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-03-13 03:08:12 +0000
commitee323cdfd9fe11d0e168333559e622566e9c98c7 (patch)
tree553763f413296db5189eea18bf8d0a200ad25e0b /Makefile.common
parentd3962c78a295d9814152e2dc6d7bd1a3268e1357 (diff)
downloadfedora-doc-utils-ee323cdfd9fe11d0e168333559e622566e9c98c7.tar.gz
fedora-doc-utils-ee323cdfd9fe11d0e168333559e622566e9c98c7.tar.xz
fedora-doc-utils-ee323cdfd9fe11d0e168333559e622566e9c98c7.zip
Compute, pass, and use the absolute path to the callout images.
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::