diff options
author | Colin Guthrie <colin@mageia.org> | 2013-10-12 14:18:04 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-10-12 14:28:57 +0100 |
commit | b41295b9c893a210913e8e85c71a9ba7e056973b (patch) | |
tree | 65348659fea222f6012d359b89dfab28cd9a24a6 /po/Makefile | |
parent | 1dd7dba00303fa14bbfcbdd0a8fe05071134754d (diff) | |
download | rpmdrake-b41295b9c893a210913e8e85c71a9ba7e056973b.tar rpmdrake-b41295b9c893a210913e8e85c71a9ba7e056973b.tar.gz rpmdrake-b41295b9c893a210913e8e85c71a9ba7e056973b.tar.bz2 rpmdrake-b41295b9c893a210913e8e85c71a9ba7e056973b.tar.xz rpmdrake-b41295b9c893a210913e8e85c71a9ba7e056973b.zip |
polkit: Tidy up polkit support
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |