summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-03-14 10:24:13 +0000
committerThierry Vignaud <tv@mandriva.org>2008-03-14 10:24:13 +0000
commit4e65374e0fbb0fce34250ee9462770aabd5d1fe4 (patch)
tree3da34a9c72950e4f69776d4742e339c41248db37 /po/Makefile
parent8f53107855175699a1f4b5382716ff3794f8a02a (diff)
downloadcontrol-center-4e65374e0fbb0fce34250ee9462770aabd5d1fe4.tar
control-center-4e65374e0fbb0fce34250ee9462770aabd5d1fe4.tar.gz
control-center-4e65374e0fbb0fce34250ee9462770aabd5d1fe4.tar.bz2
control-center-4e65374e0fbb0fce34250ee9462770aabd5d1fe4.tar.xz
control-center-4e65374e0fbb0fce34250ee9462770aabd5d1fe4.zip
(update_n_merge) split it out of (merge) ; now (merge) only update po w/o updating main pot file
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 69f6746c..e06cb91a 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -43,7 +43,9 @@ $(PGOAL).pot: $(PL_FILES) POTFILES.in
msgcat --use-first $(PGOAL)_tmp.pot desktopstuff.pot > $@
rm -f desktopstuff.pot $(PGOAL)_tmp.pot
-merge: $(PGOAL).pot
+update_n_merge: $(PGOAL).pot merge
+
+merge:
@for n in $(POFILES); do \
echo "Merging $$n"; \
msgmerge -C "$$n" "$$n" $(PGOAL).pot > "$$n"t; \