diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-08-25 16:31:24 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-08-25 16:31:24 +0000 |
commit | aaac324afdf01fa17b077040b283fc58ee6f8328 (patch) | |
tree | e46b5d20d093555ae9fdb2aff674a1487e398dbc /perl-install/share/po | |
parent | 4e915a66b1d826e7b9407ff1c25dd3889be5c220 (diff) | |
download | drakx-aaac324afdf01fa17b077040b283fc58ee6f8328.tar drakx-aaac324afdf01fa17b077040b283fc58ee6f8328.tar.gz drakx-aaac324afdf01fa17b077040b283fc58ee6f8328.tar.bz2 drakx-aaac324afdf01fa17b077040b283fc58ee6f8328.tar.xz drakx-aaac324afdf01fa17b077040b283fc58ee6f8328.zip |
no_comment
Diffstat (limited to 'perl-install/share/po')
-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 c41539779..0ea2c8d82 100644 --- a/perl-install/share/po/Makefile +++ b/perl-install/share/po/Makefile @@ -9,7 +9,7 @@ clean: rm -f empty.po $(FROMPOFILES) $(POFILES:%=%t) $(PMSCFILES) $(FROMPOFILES): %.pm: %.po - ./po2perl < $< > $@ + ./po2perl $< > $@ $(POFILES): panoramix.pot cp -f $@ $@t |