summaryrefslogtreecommitdiffstats
path: root/perl-install/share/po/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-09-09 20:16:15 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-09-09 20:16:15 +0000
commit1df2ad83dfdeebf26c5a0faa3504e98dd8f829d4 (patch)
tree71fc2f070c8faeb9989ee036198203374f0c204a /perl-install/share/po/Makefile
parent6e175e978d62cfd31dca82686ec734ff8dc21c2d (diff)
downloaddrakx-1df2ad83dfdeebf26c5a0faa3504e98dd8f829d4.tar
drakx-1df2ad83dfdeebf26c5a0faa3504e98dd8f829d4.tar.gz
drakx-1df2ad83dfdeebf26c5a0faa3504e98dd8f829d4.tar.bz2
drakx-1df2ad83dfdeebf26c5a0faa3504e98dd8f829d4.tar.xz
drakx-1df2ad83dfdeebf26c5a0faa3504e98dd8f829d4.zip
xml help handling/enhancing for multi-langs
Diffstat (limited to 'perl-install/share/po/Makefile')
-rw-r--r--perl-install/share/po/Makefile2
1 files changed, 1 insertions, 1 deletions
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