diff options
Diffstat (limited to 'perl-install/share/po/Makefile')
-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\\|' $< > $@ |