diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-10-13 11:41:53 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-10-13 11:41:53 +0000 |
commit | 3edbeac41e23ee13ff3e0c9c815c4ab93b279fd2 (patch) | |
tree | fbc6900f93a37f93731d0be67b95fa5a83928564 /perl-install/share/po/Makefile | |
parent | 5521ae98ce86e69166df6f72126bf0c300c069f4 (diff) | |
download | drakx-backup-do-not-use-3edbeac41e23ee13ff3e0c9c815c4ab93b279fd2.tar drakx-backup-do-not-use-3edbeac41e23ee13ff3e0c9c815c4ab93b279fd2.tar.gz drakx-backup-do-not-use-3edbeac41e23ee13ff3e0c9c815c4ab93b279fd2.tar.bz2 drakx-backup-do-not-use-3edbeac41e23ee13ff3e0c9c815c4ab93b279fd2.tar.xz drakx-backup-do-not-use-3edbeac41e23ee13ff3e0c9c815c4ab93b279fd2.zip |
no_comment
Diffstat (limited to 'perl-install/share/po/Makefile')
-rw-r--r-- | perl-install/share/po/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile index 3e8e1a72b..e556b5e36 100644 --- a/perl-install/share/po/Makefile +++ b/perl-install/share/po/Makefile @@ -9,16 +9,16 @@ clean: verif: perl -ne '/^\s*#/ or $$i += my @l = /\b__?\(/g; END { print "$$i\n" }' $(PMSFILES) - perl -ne '$$i += my @l = /\.c:/g; END { print "$$i\n" }' panoramix.pot + perl -ne '$$i += my @l = /\.c:/g; END { print "$$i\n" }' DrakX.pot -$(POFILES): panoramix.pot +$(POFILES): DrakX.pot cp -f $@ $@t msgmerge $@t $< > $@ rm $@t -panoramix.pot: $(PMSFILES) +DrakX.pot: $(PMSFILES) $(MAKE) $(PMSCFILES); - xgettext -F -n --keyword=_ --keyword=__ -o panoramix.pot $(PMSCFILES) + xgettext -F -n --keyword=_ --keyword=__ -o DrakX.pot $(PMSCFILES) rm $(PMSCFILES) $(PMSCFILES): %_.c: % |