From eb31746003149ec60a82fbeac5005ac5b93e1f2d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 14 Mar 2008 10:40:55 +0000 Subject: (update_n_merge) split it out of (merge) ; now (merge) only update po w/o updating main pot file --- po/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'po/Makefile') diff --git a/po/Makefile b/po/Makefile index 21c618a..8776872 100644 --- a/po/Makefile +++ b/po/Makefile @@ -34,7 +34,10 @@ clean: $(POTFILE): $(PL_FILES) perl_checker -q --generate-pot $@ $(PL_FILES) -merge: $(POTFILE) + +update_n_merge: $(PGOAL).pot merge + +merge: @for n in $(POFILES); do \ echo "Merging $$n"; \ msgmerge -C "$$n" "$$n" $(PGOAL).pot > "$$n"t; \ -- cgit v1.2.1