summaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index d24ad42..ea038bb 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -857,9 +857,12 @@ showvars::
#########################################################################
define FDP_ENTITIES_template
-${1}/$${FDP_ENTITIES}:: ${FDPDIR}/docs-common/common/entities/entities-${1}.ent
+${1}/$${FDP_ENTITIES}:: ${FDPDIR}/docs-common/common/entities/entities-${1}.xml
mkdir -p ${1}
- ln -s -f $$< $$@
+ xsltproc --stringparam FDPCOMMONDIR "NONE" \
+ $${FDPDIR}/docs-common/common/entities/entities.xsl \
+ $${FDPDIR}/docs-common/common/entities/entities-${1}.xml \
+ >$$@.tmp && move-if-change $$@.tmp $$@
clean::
${RM} ${1}/$${FDP_ENTITIES}