summaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-03-14 10:59:33 +0000
committerThierry Vignaud <tv@mandriva.org>2008-03-14 10:59:33 +0000
commit32ee17183fde8a2bd3adf68f14144c913ce097c5 (patch)
tree99d0e36ea68e0df6cb00a5d039bdc26c5b8674a1 /po
parenta7b62a4bd6bad1cd08daee8278f8b5c683f9ab7f (diff)
downloaddrak3d-32ee17183fde8a2bd3adf68f14144c913ce097c5.tar
drak3d-32ee17183fde8a2bd3adf68f14144c913ce097c5.tar.gz
drak3d-32ee17183fde8a2bd3adf68f14144c913ce097c5.tar.bz2
drak3d-32ee17183fde8a2bd3adf68f14144c913ce097c5.tar.xz
drak3d-32ee17183fde8a2bd3adf68f14144c913ce097c5.zip
(update_n_merge) split it out of (merge) ; now (merge) only update po w/o updating main pot file
Diffstat (limited to 'po')
-rw-r--r--po/Makefile4
1 files changed, 3 insertions, 1 deletions
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; \