From 5ba0ead194412c37d8f32580c82b934d1ae3a636 Mon Sep 17 00:00:00 2001 From: Karsten Wade Date: Mon, 27 Feb 2006 19:12:12 +0000 Subject: The file is a legal XML file now, and it is thus named, so now this shouldn't break stuff. --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -- cgit