From 17992722444e90f3c23efb3e310353e0fbe24d4b Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Wed, 17 Mar 2004 16:45:13 +0000 Subject: Added generation of POTFILES.in in Makefile --- po/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'po/Makefile') diff --git a/po/Makefile b/po/Makefile index 48147641..b3a57d38 100644 --- a/po/Makefile +++ b/po/Makefile @@ -33,7 +33,10 @@ clean: %.mo: %.po msgfmt -o $@ $< -$(PGOAL).pot: $(PL_FILES) +POTFILES.in: + (cd .. ; /bin/ls data/*.desktop.in data/*.directory.in) > POTFILES.in + +$(PGOAL).pot: $(PL_FILES) POTFILES.in intltool-update --gettext-package desktopstuff --pot perl_checker -q --generate-pot $(PGOAL)_tmp.pot $(PL_FILES) # OLD_PO_FILE_OUTPUT=1 is needed to ignore non-ascii strings -- cgit v1.2.1