diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-03-14 10:24:13 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-03-14 10:24:13 +0000 |
commit | 4e65374e0fbb0fce34250ee9462770aabd5d1fe4 (patch) | |
tree | 3da34a9c72950e4f69776d4742e339c41248db37 /po/Makefile | |
parent | 8f53107855175699a1f4b5382716ff3794f8a02a (diff) | |
download | control-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/Makefile | 4 |
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; \ |