From 995446ddf25b4bfca72e40cfbe9d9416a0f8aa86 Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Wed, 1 Mar 2006 22:33:46 +0000 Subject: Reverting, this is just not good. --- Makefile.common | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Makefile.common') 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} -- cgit