summaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-03-03 23:20:32 +0000
committerTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-03-03 23:20:32 +0000
commitac4ecac209831a3c1a3b04a242c884ef6e32c2da (patch)
tree7e0a54b6fc461cf784ad244089fc72a93c64736a /Makefile.common
parenteb99359667158d999d8a7403397bd650a1620e6f (diff)
downloadfedora-doc-utils-ac4ecac209831a3c1a3b04a242c884ef6e32c2da.tar.gz
fedora-doc-utils-ac4ecac209831a3c1a3b04a242c884ef6e32c2da.tar.xz
fedora-doc-utils-ac4ecac209831a3c1a3b04a242c884ef6e32c2da.zip
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.
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common5
1 files changed, 1 insertions, 4 deletions
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::