summaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile.common b/Makefile.common
index a446267..12a59fc 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -766,11 +766,8 @@ define LOCALE_template
.PHONY: set-locale-${1}
set-locale-${1}::
- ${XSLTPROC} --stringparam FDPCOMMONDIR ${FDPDIR}/docs-common/common \
- ${FDPDIR}/docs-common/common/entities/entities.xsl \
- $(shell test -f ${1}/entities.xml && echo "${1}/entities.xml")\
- ${FDPDIR}/docs-common/common/entities/entities-${1}.xml \
- > ${LOCALE_ENTITIES}
+ ${LN} -f -s ${FDPDIR}/docs-common/common/entities/entities-${1}.ent \
+ ${LOCALE_ENTITIES}
clean::
${RM} ${LOCALE_ENTITIES}