diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2000-10-03 22:28:39 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2000-10-03 22:28:39 +0000 |
commit | 7d5b2062886f7f3e6cdf32d32135bb21e8200853 (patch) | |
tree | 484383e3ac59219c501f836a548d3967a6a419a0 /perl-install/share/po/Makefile | |
parent | 587aed1c84822eacd7f9d75c6ec9e382a464a02b (diff) | |
download | drakx-backup-do-not-use-7d5b2062886f7f3e6cdf32d32135bb21e8200853.tar drakx-backup-do-not-use-7d5b2062886f7f3e6cdf32d32135bb21e8200853.tar.gz drakx-backup-do-not-use-7d5b2062886f7f3e6cdf32d32135bb21e8200853.tar.bz2 drakx-backup-do-not-use-7d5b2062886f7f3e6cdf32d32135bb21e8200853.tar.xz drakx-backup-do-not-use-7d5b2062886f7f3e6cdf32d32135bb21e8200853.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/share/po/Makefile')
-rw-r--r-- | perl-install/share/po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile index 7e8d1bcfa..3f470e6f8 100644 --- a/perl-install/share/po/Makefile +++ b/perl-install/share/po/Makefile @@ -22,7 +22,7 @@ DrakX.pot: $(PMSFILES) $(MAKE) $(PMSCFILES); xgettext -F -n --add-comments='-PO' --keyword=_ --keyword=__ -o $@ $(PMSCFILES) rm $(PMSCFILES) - ./i18n_compssUsers 2>/dev/null >> $@ + perl i18n_compssUsers 2>/dev/null >> $@ $(PMSCFILES): %_.c: % perl -pe 's|^(__?\()| $$1|; s,(^|[^\$$])#([^+].*),\1/*\2*\/,; s|$$|\\n\\|' $< > $@ |