summaryrefslogtreecommitdiffstats
path: root/perl-install/share/po/Makefile
diff options
context:
space:
mode:
authorMystery Man <unknown@mandriva.org>1999-09-29 14:13:47 +0000
committerMystery Man <unknown@mandriva.org>1999-09-29 14:13:47 +0000
commit229435ccf04db72401bb5df7d3b015565952fcc5 (patch)
tree16ffcdb570219012938b771f1b9ab064114d2b5f /perl-install/share/po/Makefile
parentec5cc80aff948eceee5b322bc19cf3e4e65a7c3a (diff)
downloaddrakx-backup-do-not-use-229435ccf04db72401bb5df7d3b015565952fcc5.tar
drakx-backup-do-not-use-229435ccf04db72401bb5df7d3b015565952fcc5.tar.gz
drakx-backup-do-not-use-229435ccf04db72401bb5df7d3b015565952fcc5.tar.bz2
drakx-backup-do-not-use-229435ccf04db72401bb5df7d3b015565952fcc5.tar.xz
drakx-backup-do-not-use-229435ccf04db72401bb5df7d3b015565952fcc5.zip
This commit was manufactured by cvs2svn to create tag 'V1_0'.V1_0
Diffstat (limited to 'perl-install/share/po/Makefile')
-rw-r--r--perl-install/share/po/Makefile22
1 files changed, 0 insertions, 22 deletions
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\\|' $< > $@
-