From b41295b9c893a210913e8e85c71a9ba7e056973b Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sat, 12 Oct 2013 14:18:04 +0100 Subject: polkit: Tidy up polkit support --- po/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'po/Makefile') diff --git a/po/Makefile b/po/Makefile index db4e5d7e..68d17555 100644 --- a/po/Makefile +++ b/po/Makefile @@ -40,9 +40,9 @@ install: done POTFILES.in: - (cd .. ; /bin/ls -1 data/*.desktop.in mime/*.desktop.in polkit/policy/*.policy.in; ) > POTFILES.in + (cd .. ; /bin/ls -1 data/*.desktop.in mime/*.desktop.in polkit/*.policy.in; ) > POTFILES.in clean: - @rm -rf *.mo *.pof *.pog $(POFILES:%=%t) $(PL_CFILES) non-perl.pot $(PGOAL)_tmp.pot + @rm -rf *.mo *.pof *.pog $(POFILES:%=%t) $(PL_CFILES) POTFILES.in non-perl.pot $(PGOAL)_tmp.pot check: for i in *.po; do msgfmt -c $$i -o /dev/null; done -- cgit v1.2.1