From 261e9771843600eb0064180206b48ca9b4f38e55 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Mon, 19 Jul 2004 19:55:47 +0000 Subject: updated pot file; added Sardinian file --- po/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'po/Makefile') diff --git a/po/Makefile b/po/Makefile index 9d7bcad..808621e 100644 --- a/po/Makefile +++ b/po/Makefile @@ -6,7 +6,7 @@ PGOAL = userdrake # perl files to search translatable strings in PL_FILES = $(shell cat POTFILES.in | sed 's,^,../,' ) # C-like files to search translatable strings in -#CFILES = +CFILES = ../USER/USER.xs POFILES = $(shell ls *.po) MOFILES = $(POFILES:%.po=%.mo) @@ -29,11 +29,11 @@ clean: msgfmt -o $@ $< $(PGOAL).pot: POTFILES.in $(PL_FILES) $(CFILES) - #xgettext -F -n --add-comments \ - #--keyword=_ --keyword=__ --keyword=N_ --keyword=N \ - #--keyword=gettext \ - #--language=C -o placeholder.pot $(CFILES) - touch placeholder.pot + xgettext -F -n --add-comments \ + --keyword=_ --keyword=__ --keyword=N_ --keyword=N \ + --keyword=gettext \ + --language=C -o placeholder.pot $(CFILES) + #touch placeholder.pot perl_checker -q --generate-pot $(PGOAL)_tmp.pot $(PL_FILES) || rm -f $(PGOAL)_tmp.pot [ ! -e $(PGOAL)_tmp.pot ] || msgcat --use-first placeholder.pot $(PGOAL)_tmp.pot > $@ rm -f placeholder.pot $(PGOAL)_tmp.pot -- cgit v1.2.1