summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2006-06-26 23:45:40 +0000
committerPaul W. Frields <stickster@gmail.com>2006-06-26 23:45:40 +0000
commitc5afa68f2ed1d06421b546959dfc7b0cb27a9775 (patch)
treecd486445fcc88ef8b0ee860769d86fb3f316eeb4
parent3ec43987581694909d7ff518c2691ab632acf52f (diff)
downloadfedora-doc-utils-c5afa68f2ed1d06421b546959dfc7b0cb27a9775.tar.gz
fedora-doc-utils-c5afa68f2ed1d06421b546959dfc7b0cb27a9775.tar.xz
fedora-doc-utils-c5afa68f2ed1d06421b546959dfc7b0cb27a9775.zip
Whoops, it would be better if we make the validation work too. :-)
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index a673da2..85ba976 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -859,7 +859,7 @@ showvars::
define FDP_ENTITIES_template
${1}/$${FDP_ENTITIES}:: ${FDPDIR}/docs-common/common/entities/entities-${1}.xml
mkdir -p ${1}
- xsltproc --stringparam FDPCOMMONDIR "NONE" \
+ xsltproc --stringparam FDPCOMMONDIR "${FDPDIR}/docs-common/common" \
$${FDPDIR}/docs-common/common/entities/entities.xsl \
$${FDPDIR}/docs-common/common/entities/entities-${1}.xml \
>$$@.tmp && move-if-change $$@.tmp $$@