diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-03-14 10:57:39 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-03-14 10:57:39 +0000 |
commit | edd6b69bc68f85aa3cdd35a5fc18dfce3eda364e (patch) | |
tree | d62ae230a6e62a9ae56fac76d741dd25973c16be /perl-install/share | |
parent | cefc8f0ab2cf6d2dfeed2cd47dab74e2248d92a6 (diff) | |
download | drakx-edd6b69bc68f85aa3cdd35a5fc18dfce3eda364e.tar drakx-edd6b69bc68f85aa3cdd35a5fc18dfce3eda364e.tar.gz drakx-edd6b69bc68f85aa3cdd35a5fc18dfce3eda364e.tar.bz2 drakx-edd6b69bc68f85aa3cdd35a5fc18dfce3eda364e.tar.xz drakx-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')
-rw-r--r-- | perl-install/share/po/Makefile | 4 |
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 ; \ |