From ac4ecac209831a3c1a3b04a242c884ef6e32c2da Mon Sep 17 00:00:00 2001 From: Tommy Reynolds Date: Fri, 3 Mar 2006 23:20:32 +0000 Subject: Place the per-document entities file in the ${LANG}/ directory, where it belonged all along. Using relative paths from within the local entities should work the same as relative paths elsewhere. With using the symbolic link "../doc-entities.ent" previously, relative paths within the per-document entities had to be relative to the parent directory unlike all other relative paths in the document. --- Makefile.common | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index fb9bdd2..557b51f 100644 --- a/Makefile.common +++ b/Makefile.common @@ -781,14 +781,11 @@ define LOCALE_template set-locale-${1}:: ${LN} -f -s ${FDPDIR}/docs-common/common/entities/entities-${1}.ent \ ${FDP_ENTITIES} -ifneq "${DOC_ENTITIES}" "" - ${LN} -f -s ${1}/${DOC_ENTITIES}.ent . -endif clean:: ${RM} ${FDP_ENTITIES} ifneq "${DOC_ENTITIES}" "" - ${RM} ${DOC_ENTITIES}.ent + ${RM} ${1}/${DOC_ENTITIES}.ent endif help:: -- cgit