diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 55d8d67a..6e9665e0 100644 --- a/po/Makefile +++ b/po/Makefile @@ -35,7 +35,7 @@ clean: msgfmt -o $@ $< POTFILES.in: - (cd .. ; /bin/ls -1 data/*.desktop.in data/*.directory.in *.desktop.in polkit/policy/*.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 non-perl --pot |