diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2002-02-21 14:14:14 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2002-02-21 14:14:14 +0000 |
commit | b75607f5a2a7f08a1cf710b45ed3c33f37635ae5 (patch) | |
tree | b259436a458160c5e41270db0706bd47d05cb3e5 /perl-install/share/po/Makefile | |
parent | c98efbaf9f35ecb2a67e11b2ecdd350486d2d775 (diff) | |
download | drakx-backup-do-not-use-b75607f5a2a7f08a1cf710b45ed3c33f37635ae5.tar drakx-backup-do-not-use-b75607f5a2a7f08a1cf710b45ed3c33f37635ae5.tar.gz drakx-backup-do-not-use-b75607f5a2a7f08a1cf710b45ed3c33f37635ae5.tar.bz2 drakx-backup-do-not-use-b75607f5a2a7f08a1cf710b45ed3c33f37635ae5.tar.xz drakx-backup-do-not-use-b75607f5a2a7f08a1cf710b45ed3c33f37635ae5.zip |
updated pot file
Diffstat (limited to 'perl-install/share/po/Makefile')
-rw-r--r-- | perl-install/share/po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile index 957170d9f..c80925b73 100644 --- a/perl-install/share/po/Makefile +++ b/perl-install/share/po/Makefile @@ -33,7 +33,7 @@ $(PMSCFILES): %_.c: % ./fake_c.pl $< > $@ $(POFILES): DrakX.pot - perl -ne 'print unless /^#.*\Qdrakx-help.xml/ .. /^$$/' $@ > $@t + 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 rm $@t |