summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 0202861..18cbc3f 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -154,7 +154,7 @@ FDP_ENTITIES=fdp-entities.ent
${XML2PO} ${XML2POFLAGS} $< >$@
%.ent: %.xml
- ${XSLTPROC} -o $@.tmp \
+ ${XSLTPROC} --path "${FDPCOMMONDIR}/common/entities" -o $@.tmp \
--stringparam FDPCOMMONDIR "${FDPCOMMONDIR}/common" \
${FDPCOMMONDIR}/common/entities/entities.xsl $< && \
move-if-change $@.tmp $@