From 8cc1fc3c55d1996367b7b339777c6679b06d25c9 Mon Sep 17 00:00:00 2001 From: Tommy Reynolds Date: Fri, 3 Mar 2006 20:46:27 +0000 Subject: Replaced ${MSGMERGE} processing to update .PO file when the .XML and thus the .POT file changes. --- Makefile.common | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.common b/Makefile.common index 436b9c5..64c8faa 100644 --- a/Makefile.common +++ b/Makefile.common @@ -460,6 +460,8 @@ po/${1}.po:: po/${DOCBASE}.pot [ -d po ] || (echo ADD po/ TO CVS >&2; exit 1) if [ ! -f $$@ ]; then \ cp po/${DOCBASE}.pot $$@; \ + else \ + ${MSGMERGE} -U -q $$@ $$<; \ fi .PHONY: po-${1} -- cgit