From 1df2ad83dfdeebf26c5a0faa3504e98dd8f829d4 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 9 Sep 2001 20:16:15 +0000 Subject: xml help handling/enhancing for multi-langs --- perl-install/share/po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/share/po') diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile index 1c9e24f6f..5773bace8 100644 --- a/perl-install/share/po/Makefile +++ b/perl-install/share/po/Makefile @@ -24,7 +24,7 @@ $(PMSCFILES): %_.c: % ./fake_c.pl $< > $@ $(POFILES): DrakX.pot - cp -f $@ $@t + perl -ne 'print unless /^#.*\Qdrakx-help.xml/ .. /^$/' $@ > $@t if [ -e help-$@ ]; then msgmerge -C help-$@ $@t $< > $@; else msgmerge $@t $< > $@; fi rm $@t -- cgit v1.2.1