summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.common2
1 files changed, 2 insertions, 0 deletions
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}