diff options
author | Colin Guthrie <colin@mageia.org> | 2013-10-01 21:58:32 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-10-01 21:59:49 +0100 |
commit | b0c11102c1ab0f6297b27738fb1988815340dda6 (patch) | |
tree | f52e20bb28afa02eb6a500108841ddeea0200c13 /po/Makefile | |
parent | 8e29638bda1956d81baba16370c43822764a011a (diff) | |
download | rpmdrake-b0c11102c1ab0f6297b27738fb1988815340dda6.tar rpmdrake-b0c11102c1ab0f6297b27738fb1988815340dda6.tar.gz rpmdrake-b0c11102c1ab0f6297b27738fb1988815340dda6.tar.bz2 rpmdrake-b0c11102c1ab0f6297b27738fb1988815340dda6.tar.xz rpmdrake-b0c11102c1ab0f6297b27738fb1988815340dda6.zip |
polkit: Make the polkit policy files translatable.
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index b88aebff..db4e5d7e 100644 --- a/po/Makefile +++ b/po/Makefile @@ -40,7 +40,7 @@ install: done POTFILES.in: - (cd .. ; /bin/ls -1 data/*.desktop.in mime/*.desktop.in; ) > POTFILES.in + (cd .. ; /bin/ls -1 data/*.desktop.in mime/*.desktop.in polkit/policy/*.policy.in; ) > POTFILES.in clean: @rm -rf *.mo *.pof *.pog $(POFILES:%=%t) $(PL_CFILES) non-perl.pot $(PGOAL)_tmp.pot |