aboutsummaryrefslogtreecommitdiffstats
path: root/grpmi/po/Makefile
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2004-01-21 10:32:42 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2004-01-21 10:32:42 +0000
commit22ac49fd6bed6d19eab68e73a289a43589ca487d (patch)
treed7500273963cecd892d6b111ee4c33f1a270bc89 /grpmi/po/Makefile
parentd5fa78bd5a74816ab2667e07d734c1ff56c61ac8 (diff)
downloadrpmdrake-22ac49fd6bed6d19eab68e73a289a43589ca487d.tar
rpmdrake-22ac49fd6bed6d19eab68e73a289a43589ca487d.tar.gz
rpmdrake-22ac49fd6bed6d19eab68e73a289a43589ca487d.tar.bz2
rpmdrake-22ac49fd6bed6d19eab68e73a289a43589ca487d.tar.xz
rpmdrake-22ac49fd6bed6d19eab68e73a289a43589ca487d.zip
remove uneeded stuff from po
Diffstat (limited to 'grpmi/po/Makefile')
-rw-r--r--grpmi/po/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/grpmi/po/Makefile b/grpmi/po/Makefile
index d9e26613..9a62ea37 100644
--- a/grpmi/po/Makefile
+++ b/grpmi/po/Makefile
@@ -1,10 +1,8 @@
# the domain name for gettext
PGOAL = grpmi
-# perl files to search translatable strings in
-PL_FILES = ../grpmi.pl
# C-like files to search translatable strings in
-CFILES = ../curl_download/curl_download.xs ../rpm/grpmi_rpm.xs
+CFILES = ../curl_download/curl_download.xs
POFILES = $(shell ls *.po)
MOFILES = $(POFILES:%.po=%.mo)
@@ -26,7 +24,7 @@ merge: $(PGOAL).pot
mv -f "$$n"t "$$n"; \
done
-$(PGOAL).pot: $(PL_FILES) $(CFILES)
+$(PGOAL).pot: $(CFILES)
perl_checker -q --generate-pot grpmi_tmp.pot $(PL_FILES)
xgettext -F -n --add-comments='-PO' \
--keyword=_ --keyword=__ --keyword=N_ --keyword=N \