summaryrefslogtreecommitdiffstats
path: root/perl-install/share/po/Makefile
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2002-01-11 14:32:55 +0000
committerPablo Saratxaga <pablo@mandriva.com>2002-01-11 14:32:55 +0000
commit6f23825134f107e9cfeb62d35f5ba53896e11b7a (patch)
tree8ef93c2e807ed8da2465db50dfb11a3d4a278960 /perl-install/share/po/Makefile
parentb21b0c38599bfa70e1d5610713ca22aa9ed3c04a (diff)
downloaddrakx-backup-do-not-use-6f23825134f107e9cfeb62d35f5ba53896e11b7a.tar
drakx-backup-do-not-use-6f23825134f107e9cfeb62d35f5ba53896e11b7a.tar.gz
drakx-backup-do-not-use-6f23825134f107e9cfeb62d35f5ba53896e11b7a.tar.bz2
drakx-backup-do-not-use-6f23825134f107e9cfeb62d35f5ba53896e11b7a.tar.xz
drakx-backup-do-not-use-6f23825134f107e9cfeb62d35f5ba53896e11b7a.zip
updated Spanish file; merged help-* files
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 6ca5adefa..298f600af 100644
--- a/perl-install/share/po/Makefile
+++ b/perl-install/share/po/Makefile
@@ -25,7 +25,7 @@ $(PMSCFILES): %_.c: %
$(POFILES): DrakX.pot
perl -ne 'print unless /^#.*\Qdrakx-help.xml/ .. /^$$/' $@ > $@t
- if [ -e help-$@t ]; then msgmerge -C help-$@t $@t $< > $@; else msgmerge $@t $< > $@; fi
+ if [ -e help-$@t ]; then perl -pe 's|^#~ ||' -i $@t ; msgmerge -C $@t help-$@t $< > $@; else msgmerge $@t $< > $@; fi
rm $@t
DrakX.pot: $(PMSFILES)