diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-09-29 14:13:47 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-09-29 14:13:47 +0000 |
commit | ec5cc80aff948eceee5b322bc19cf3e4e65a7c3a (patch) | |
tree | b351a5b996899f440d24f6f04fab18f9d8a57efb /perl-install/share/po | |
parent | 59d92e68854412a0ad81ec287e6c44a583bce140 (diff) | |
download | drakx-ec5cc80aff948eceee5b322bc19cf3e4e65a7c3a.tar drakx-ec5cc80aff948eceee5b322bc19cf3e4e65a7c3a.tar.gz drakx-ec5cc80aff948eceee5b322bc19cf3e4e65a7c3a.tar.bz2 drakx-ec5cc80aff948eceee5b322bc19cf3e4e65a7c3a.tar.xz drakx-ec5cc80aff948eceee5b322bc19cf3e4e65a7c3a.zip |
no_comment
Diffstat (limited to 'perl-install/share/po')
-rw-r--r-- | perl-install/share/po/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile index 2d0aa6db6..ad4f9486b 100644 --- a/perl-install/share/po/Makefile +++ b/perl-install/share/po/Makefile @@ -9,7 +9,7 @@ clean: $(POFILES): panoramix.pot cp -f $@ $@t - msgmerge $@t $< > $@ || true + msgmerge $@t $< > $@ rm $@t panoramix.pot: $(PMSFILES) @@ -18,5 +18,5 @@ panoramix.pot: $(PMSFILES) rm $(PMSCFILES) $(PMSCFILES): %_.c: % - perl -pe 's|#(.*)|/*\1*\/|; s|$$|\\n\\|' $< > $@ + perl -pe 's|^(__?\()| $$1|; s|#(.*)|/*\1*\/|; s|$$|\\n\\|' $< > $@ |