summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Wade <kwade@redhat.com>2006-02-27 19:12:12 +0000
committerKarsten Wade <kwade@redhat.com>2006-02-27 19:12:12 +0000
commit5ba0ead194412c37d8f32580c82b934d1ae3a636 (patch)
treedabb2663ef696e62b2c1637244d2634cc60b5312
parent5d834c497219523cf40e8084d459ee354f914b8e (diff)
downloadfedora-doc-utils-5ba0ead194412c37d8f32580c82b934d1ae3a636.tar.gz
fedora-doc-utils-5ba0ead194412c37d8f32580c82b934d1ae3a636.tar.xz
fedora-doc-utils-5ba0ead194412c37d8f32580c82b934d1ae3a636.zip
The file is a legal XML file now, and it is thus named, so now this shouldn't break stuff.
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 810460e..d98c05e 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}.ent \
+ ${LN} -f -s ${FDPDIR}/docs-common/common/entities/entities-${1}.xml \
${LOCALE_ENTITIES}
clean::