From ca1be4833ca9784a0e4bc84cc5add1271d6f4ccd Mon Sep 17 00:00:00 2001 From: Tommy Reynolds Date: Mon, 6 Mar 2006 02:39:16 +0000 Subject: Added "-l ${LANG}" switch to ${XML2PO} xml production to correctly set the language. --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index 5da90f0..5197d1b 100644 --- a/Makefile.common +++ b/Makefile.common @@ -328,7 +328,7 @@ $(patsubst ${PRI_LANG}/%,${1}/%,${2}):: ${2} po/${1}.po \ ${DOC_ENTITIES_ENT-${1}} mkdir -p ${1} ln -s -f ../${2} $$@.in - ${XML2PO} -e -p po/${1}.po $$@.in >$$@ + ${XML2PO} -e -p po/${1}.po -l ${1} $$@.in >$$@ clean:: ${RM} $$@.in endef -- cgit