diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/po/Makefile b/po/Makefile index df4b4b20..acbb0701 100644 --- a/po/Makefile +++ b/po/Makefile @@ -35,13 +35,13 @@ clean: msgfmt -o $@ $< POTFILES.in: - (cd .. ; /bin/ls data/*.desktop.in data/*.directory.in *.desktop.in) > POTFILES.in + (cd .. ; /bin/ls -1 data/*.desktop.in data/*.directory.in *.desktop.in polkit/policy/*.in) > POTFILES.in $(PGOAL).pot: $(PL_FILES) POTFILES.in - intltool-update --gettext-package desktopstuff --pot + intltool-update --gettext-package non-perl --pot perl_checker -q --generate-pot $(PGOAL)_tmp.pot $(PL_FILES) - msgcat --use-first $(PGOAL)_tmp.pot desktopstuff.pot > $@ - rm -f desktopstuff.pot $(PGOAL)_tmp.pot + msgcat --use-first $(PGOAL)_tmp.pot non-perl.pot > $@ + rm -f non-perl.pot $(PGOAL)_tmp.pot update_n_merge: $(PGOAL).pot merge |