summaryrefslogtreecommitdiffstats
path: root/perl-install/share/po/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-03-25 23:03:22 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-03-25 23:03:22 +0000
commit9bb872d6cccf9320ec3f681278a6c36a936dee26 (patch)
tree001f5fcf464a3f5af8a6ac95a848cc695e40bbcb /perl-install/share/po/Makefile
parent21eb94b89b2d5942d51a210cd4d0feb3f27e646a (diff)
downloaddrakx-9bb872d6cccf9320ec3f681278a6c36a936dee26.tar
drakx-9bb872d6cccf9320ec3f681278a6c36a936dee26.tar.gz
drakx-9bb872d6cccf9320ec3f681278a6c36a936dee26.tar.bz2
drakx-9bb872d6cccf9320ec3f681278a6c36a936dee26.tar.xz
drakx-9bb872d6cccf9320ec3f681278a6c36a936dee26.zip
- add new strings from drakroam
- merge in kde's translations
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 dc363241a..46254c4d7 100644
--- a/perl-install/share/po/Makefile
+++ b/perl-install/share/po/Makefile
@@ -30,6 +30,9 @@ help:
%.mo: %.po
msgfmt -o $@ $<
+merge:
+ for i in $(POFILES); do msgmerge -N -C $$i $$i DrakX.pot > $${i}t; mv $${i}t $$i;done
+
$(POFILES): DrakX.pot
perl -ne 'print unless /^# DO NOT BOTHER TO MODIFY HERE, SEE:|^#.*\Qdrakx-help.xml/ .. /^$$/' $@ > $@t
if [ -e help-$@t ]; then perl -pe 's|^#~ ||' -i $@t ; msgmerge -C $@t help-$@t $< > $@; else msgmerge $@t $< > $@; fi