From ea1c93402dfa2aba19ab3dbc3551cd21572affb9 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 14 Dec 1999 16:42:45 +0000 Subject: no_comment --- perl-install/share/po/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'perl-install/share/po') diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile index e556b5e36..091a87d6a 100644 --- a/perl-install/share/po/Makefile +++ b/perl-install/share/po/Makefile @@ -1,11 +1,13 @@ -PMSFILES = $(shell find .. -name "*.pm" | grep -v "^../po" | grep -v "^../c/") +include ../Makefile.config + +PMSFILES = $(shell find .. -name "*.pm" | grep -v "^../po" | grep -v "^../c/") $(STANDALONEPMS:%=../standalone/%) PMSCFILES = $(PMSFILES:%=%_.c) POFILES = $(shell ls *.po) all: $(POFILES) clean: - rm -f empty.po $(POFILES:%=%t) $(PMSCFILES) + rm -f empty.po messages $(POFILES:%=%t) $(PMSCFILES) verif: perl -ne '/^\s*#/ or $$i += my @l = /\b__?\(/g; END { print "$$i\n" }' $(PMSFILES) @@ -18,7 +20,7 @@ $(POFILES): DrakX.pot DrakX.pot: $(PMSFILES) $(MAKE) $(PMSCFILES); - xgettext -F -n --keyword=_ --keyword=__ -o DrakX.pot $(PMSCFILES) + xgettext -F -n --keyword=_ --keyword=__ -o $@ $(PMSCFILES) rm $(PMSCFILES) $(PMSCFILES): %_.c: % -- cgit v1.2.1