summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-03-14 11:04:23 +0000
committerThierry Vignaud <tv@mandriva.org>2008-03-14 11:04:23 +0000
commitd39a1de83106668cf6ae28a931e99d9b22e65352 (patch)
treef1ea2657b0a1acf65affb6d18df8eb932361ddc9
parentfe4ad4e9fc49312e24b491c87d0268f8ab3275c7 (diff)
downloaddrakmenustyle-d39a1de83106668cf6ae28a931e99d9b22e65352.tar
drakmenustyle-d39a1de83106668cf6ae28a931e99d9b22e65352.tar.gz
drakmenustyle-d39a1de83106668cf6ae28a931e99d9b22e65352.tar.bz2
drakmenustyle-d39a1de83106668cf6ae28a931e99d9b22e65352.tar.xz
drakmenustyle-d39a1de83106668cf6ae28a931e99d9b22e65352.zip
(update_n_merge) split it out of (merge) ; now (merge) only update po w/o updating main pot file
-rw-r--r--po/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index ac45a33..db532c7 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -35,7 +35,9 @@ clean:
$(PGOAL).pot: $(PL_FILES) POTFILES.in
perl_checker -q --generate-pot $@ $(PL_FILES)
-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; \