summaryrefslogtreecommitdiffstats
path: root/perl-install/share/po/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-04-01 17:33:37 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-04-01 17:33:37 +0000
commit35ab65094fb40ba7e99904770b5e3ed277c5f7f9 (patch)
tree746e4df49cca70ba3a2f2bf750cc608fb8aed289 /perl-install/share/po/Makefile
parentf1add7b00a7da48cbcbb7ce73c782feaa20943ff (diff)
downloaddrakx-backup-do-not-use-35ab65094fb40ba7e99904770b5e3ed277c5f7f9.tar
drakx-backup-do-not-use-35ab65094fb40ba7e99904770b5e3ed277c5f7f9.tar.gz
drakx-backup-do-not-use-35ab65094fb40ba7e99904770b5e3ed277c5f7f9.tar.bz2
drakx-backup-do-not-use-35ab65094fb40ba7e99904770b5e3ed277c5f7f9.tar.xz
drakx-backup-do-not-use-35ab65094fb40ba7e99904770b5e3ed277c5f7f9.zip
add 3 new strings from diskdrake
Diffstat (limited to 'perl-install/share/po/Makefile')
-rw-r--r--perl-install/share/po/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile
index dccc18f88..25a0e778d 100644
--- a/perl-install/share/po/Makefile
+++ b/perl-install/share/po/Makefile
@@ -30,6 +30,9 @@ help:
%.mo: %.po
msgfmt -o $@ $<
+merge2:
+ for i in $(POFILES); do ~/cvs/kde/kde-i18n/br/messages/_merge.sh old/$$i $$i; done > l
+
merge:
for i in $(POFILES); do msgmerge -N -C $$i $$i DrakX.pot > $${i}t; mv $${i}t $$i;done