summaryrefslogtreecommitdiffstats
path: root/perl-install/share/po/Makefile
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2000-01-27 19:37:20 +0000
committerPablo Saratxaga <pablo@mandriva.com>2000-01-27 19:37:20 +0000
commitde9cfda6393333a5a9e69e666aa6f56b8971c16c (patch)
tree68cef007796c221a88db789852faeef670c6e0ed /perl-install/share/po/Makefile
parentede63b3b0df1883f368711a6ca6746455d2a4076 (diff)
downloaddrakx-backup-do-not-use-de9cfda6393333a5a9e69e666aa6f56b8971c16c.tar
drakx-backup-do-not-use-de9cfda6393333a5a9e69e666aa6f56b8971c16c.tar.gz
drakx-backup-do-not-use-de9cfda6393333a5a9e69e666aa6f56b8971c16c.tar.bz2
drakx-backup-do-not-use-de9cfda6393333a5a9e69e666aa6f56b8971c16c.tar.xz
drakx-backup-do-not-use-de9cfda6393333a5a9e69e666aa6f56b8971c16c.zip
corrected Makefile to reflect new path.
updated some po files
Diffstat (limited to 'perl-install/share/po/Makefile')
-rw-r--r--perl-install/share/po/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile
index eb1d58f2b..fce441bca 100644
--- a/perl-install/share/po/Makefile
+++ b/perl-install/share/po/Makefile
@@ -1,6 +1,6 @@
-include ../Makefile.config
+include ../../Makefile.config
-PMSFILES = $(wildcard $(PMS:%=../%))
+PMSFILES = $(wildcard $(PMS:%=../../%))
PMSCFILES = $(PMSFILES:%=%_.c)
POFILES = $(shell ls *.po)
@@ -26,4 +26,4 @@ DrakX.pot: $(PMSFILES)
$(PMSCFILES): %_.c: %
perl -pe 's|^(__?\()| $$1|; s|#([^+].*)|/*\1*\/|; s|$$|\\n\\|' $< > $@
-# for i in *.po; do echo -n "$i "; msgfmt -v $i 2>&1; done | perl -e 'print map { $_->[0] } sort { $a->[1] <=> $b->[1] } map { [ $_, (split)[1] ] } <>' \ No newline at end of file
+# for i in *.po; do echo -n "$i "; msgfmt -v $i 2>&1; done | perl -e 'print map { $_->[0] } sort { $a->[1] <=> $b->[1] } map { [ $_, (split)[1] ] } <>'