diff options
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 \ |