From 32ee17183fde8a2bd3adf68f14144c913ce097c5 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 14 Mar 2008 10:59:33 +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(-) (limited to 'po') diff --git a/po/Makefile b/po/Makefile index 1019003..05a9060 100644 --- a/po/Makefile +++ b/po/Makefile @@ -28,7 +28,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