From 8223c275633a16738af4580ee99a6b3e10cfa46e Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Tue, 1 Oct 2013 21:29:40 +0100 Subject: polkit: Make the polkit policy files translatable. --- po/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'po') 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 -- cgit v1.2.1