From 0a24bf6688f85bd0e4c15f1a3e67a058c97cd81b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 14 Mar 2008 11:04:07 +0000 Subject: (update_n_merge) split it out of (merge) ; now (merge) only update po w/o updating main pot file --- po/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/po/Makefile b/po/Makefile index 326c874..c1593e7 100644 --- a/po/Makefile +++ b/po/Makefile @@ -32,7 +32,9 @@ clean: $(POTFILE): $(PL_FILES) perl_checker -q --generate-pot $@ $(PL_FILES) -merge: $(POTFILE) +update_n_merge: $(POTFILE).pot merge + +merge: @for n in $(POFILES); do \ echo "Merging $$n"; \ msgmerge -C "$$n" "$$n" $(PGOAL).pot > "$$n"t; \ -- cgit v1.2.1