diff options
Diffstat (limited to 'po')
-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 |