summaryrefslogtreecommitdiffstats
path: root/perl-install/share/po/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-03-14 10:57:39 +0000
committerThierry Vignaud <tv@mandriva.org>2008-03-14 10:57:39 +0000
commitedd6b69bc68f85aa3cdd35a5fc18dfce3eda364e (patch)
treed62ae230a6e62a9ae56fac76d741dd25973c16be /perl-install/share/po/Makefile
parentcefc8f0ab2cf6d2dfeed2cd47dab74e2248d92a6 (diff)
downloaddrakx-backup-do-not-use-edd6b69bc68f85aa3cdd35a5fc18dfce3eda364e.tar
drakx-backup-do-not-use-edd6b69bc68f85aa3cdd35a5fc18dfce3eda364e.tar.gz
drakx-backup-do-not-use-edd6b69bc68f85aa3cdd35a5fc18dfce3eda364e.tar.bz2
drakx-backup-do-not-use-edd6b69bc68f85aa3cdd35a5fc18dfce3eda364e.tar.xz
drakx-backup-do-not-use-edd6b69bc68f85aa3cdd35a5fc18dfce3eda364e.zip
(update_n_merge) split it out of (merge) ; now (merge) only update po w/o updating main pot file
Diffstat (limited to 'perl-install/share/po/Makefile')
-rw-r--r--perl-install/share/po/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile
index 10944f5d6..52f2c0dc9 100644
--- a/perl-install/share/po/Makefile
+++ b/perl-install/share/po/Makefile
@@ -16,7 +16,9 @@ all: $(MOFILES)
%.mo: %.po
msgfmt -o $@ $<
-merge: $(NAME).pot
+update_n_merge: $(NAME).pot merge
+
+merge:
for n in $(POFILES); do \
echo "Merging $$n"; \
msgmerge -C $$n $$n $(NAME).pot > "$$n"t ; \