From 229435ccf04db72401bb5df7d3b015565952fcc5 Mon Sep 17 00:00:00 2001 From: Mystery Man Date: Wed, 29 Sep 1999 14:13:47 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'V1_0'. --- perl-install/share/po/Makefile | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 perl-install/share/po/Makefile (limited to 'perl-install/share/po/Makefile') diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile deleted file mode 100644 index ad4f9486b..000000000 --- a/perl-install/share/po/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -PMSFILES = $(shell find .. -name "*.pm" | grep -v "^../po" | grep -v "^../c/") -PMSCFILES = $(PMSFILES:%=%_.c) -POFILES = $(shell ls *.po) - -all: $(POFILES) - -clean: - rm -f empty.po $(POFILES:%=%t) $(PMSCFILES) - -$(POFILES): panoramix.pot - cp -f $@ $@t - msgmerge $@t $< > $@ - rm $@t - -panoramix.pot: $(PMSFILES) - $(MAKE) $(PMSCFILES); - xgettext -F -n --keyword=_ --keyword=__ -o panoramix.pot $(PMSCFILES) - rm $(PMSCFILES) - -$(PMSCFILES): %_.c: % - perl -pe 's|^(__?\()| $$1|; s|#(.*)|/*\1*\/|; s|$$|\\n\\|' $< > $@ - -- cgit v1.2.1