diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2004-01-21 10:32:42 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2004-01-21 10:32:42 +0000 |
commit | 22ac49fd6bed6d19eab68e73a289a43589ca487d (patch) | |
tree | d7500273963cecd892d6b111ee4c33f1a270bc89 /grpmi/po/Makefile | |
parent | d5fa78bd5a74816ab2667e07d734c1ff56c61ac8 (diff) | |
download | rpmdrake-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/Makefile | 6 |
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 \ |