summaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-02-28 02:06:49 +0000
committerTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-02-28 02:06:49 +0000
commit66771e17f1c6ec9a86703622157d37a4b512ee19 (patch)
treeee10bda0eb22ab2bedc1a645f1d55b06951fced3 /Makefile.common
parent5ba0ead194412c37d8f32580c82b934d1ae3a636 (diff)
downloadfedora-doc-utils-66771e17f1c6ec9a86703622157d37a4b512ee19.tar.gz
fedora-doc-utils-66771e17f1c6ec9a86703622157d37a4b512ee19.tar.xz
fedora-doc-utils-66771e17f1c6ec9a86703622157d37a4b512ee19.zip
Added "fdpcommon" kind of entity. Automatically relocate files
marked as "fdpcommon" when building the ".ent" files. Revert Karsten's "Makefile.common" change as a courtesey.
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index d98c05e..810460e 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -756,7 +756,7 @@ LOCALE_ENTITIES='locale-entities.xml'
define LOCALE_template
.PHONY: set-locale-${1}
set-locale-${1}::
- ${LN} -f -s ${FDPDIR}/docs-common/common/entities/entities-${1}.xml \
+ ${LN} -f -s ${FDPDIR}/docs-common/common/entities/entities-${1}.ent \
${LOCALE_ENTITIES}
clean::