diff options
author | Colin Guthrie <colin@mageia.org> | 2013-10-01 21:29:40 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-10-01 21:29:40 +0100 |
commit | 8223c275633a16738af4580ee99a6b3e10cfa46e (patch) | |
tree | c3f786ee8b482fc8ca35866db0663fa2321727be /po | |
parent | 16ddc7a83aeac4a7e09de7d31918eb359dc018ac (diff) | |
download | control-center-8223c275633a16738af4580ee99a6b3e10cfa46e.tar control-center-8223c275633a16738af4580ee99a6b3e10cfa46e.tar.gz control-center-8223c275633a16738af4580ee99a6b3e10cfa46e.tar.bz2 control-center-8223c275633a16738af4580ee99a6b3e10cfa46e.tar.xz control-center-8223c275633a16738af4580ee99a6b3e10cfa46e.zip |
polkit: Make the polkit policy files translatable.
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/po/Makefile b/po/Makefile index df4b4b20..acbb0701 100644 --- a/po/Makefile +++ b/po/Makefile @@ -35,13 +35,13 @@ clean: msgfmt -o $@ $< POTFILES.in: - (cd .. ; /bin/ls data/*.desktop.in data/*.directory.in *.desktop.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 desktopstuff --pot + intltool-update --gettext-package non-perl --pot perl_checker -q --generate-pot $(PGOAL)_tmp.pot $(PL_FILES) - msgcat --use-first $(PGOAL)_tmp.pot desktopstuff.pot > $@ - rm -f desktopstuff.pot $(PGOAL)_tmp.pot + msgcat --use-first $(PGOAL)_tmp.pot non-perl.pot > $@ + rm -f non-perl.pot $(PGOAL)_tmp.pot update_n_merge: $(PGOAL).pot merge |