diff options
author | Colin Guthrie <colin@mageia.org> | 2013-10-12 13:50:02 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-10-12 13:53:45 +0100 |
commit | 811ac7a07941f11e4e8acfcba9b75d50d009f798 (patch) | |
tree | 08cab7d5b63f664e8eed372708919cffe17a76d2 /po | |
parent | 348852a7c7a039f8c53dd017ea7f4d4f03bbca92 (diff) | |
download | control-center-811ac7a07941f11e4e8acfcba9b75d50d009f798.tar control-center-811ac7a07941f11e4e8acfcba9b75d50d009f798.tar.gz control-center-811ac7a07941f11e4e8acfcba9b75d50d009f798.tar.bz2 control-center-811ac7a07941f11e4e8acfcba9b75d50d009f798.tar.xz control-center-811ac7a07941f11e4e8acfcba9b75d50d009f798.zip |
polkit: Tidy up polkit support
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 |