summaryrefslogtreecommitdiffstats
path: root/polkit/policy/Makefile
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2013-10-12 13:31:36 +0100
committerColin Guthrie <colin@mageia.org>2013-10-12 13:31:36 +0100
commitbdfcb6c5408cd41ccd10a838df70917b131a6aa4 (patch)
treed84ea86c300c48e049010b18f42cba3aa52b4d2a /polkit/policy/Makefile
parentf9ced290a6e6485513be1e489c855615d5802614 (diff)
downloaddrakx-kbd-mouse-x11-bdfcb6c5408cd41ccd10a838df70917b131a6aa4.tar
drakx-kbd-mouse-x11-bdfcb6c5408cd41ccd10a838df70917b131a6aa4.tar.gz
drakx-kbd-mouse-x11-bdfcb6c5408cd41ccd10a838df70917b131a6aa4.tar.bz2
drakx-kbd-mouse-x11-bdfcb6c5408cd41ccd10a838df70917b131a6aa4.tar.xz
drakx-kbd-mouse-x11-bdfcb6c5408cd41ccd10a838df70917b131a6aa4.zip
polkit: Tidy up polkit support
Diffstat (limited to 'polkit/policy/Makefile')
-rw-r--r--polkit/policy/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/polkit/policy/Makefile b/polkit/policy/Makefile
deleted file mode 100644
index 1de7222..0000000
--- a/polkit/policy/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-POLKITPOLICYDEST = $(DESTDIR)/usr/share/polkit-1/actions
-
-POLICY_IN := $(wildcard *.policy.in)
-POLICY = $(POLICY_IN:.policy.in=.policy)
-
-all: $(POLICY)
-
-clean:
- rm -f $(POLICY)
-
-install: all
- install -d $(POLKITPOLICYDEST)
- install -m644 $(POLICY) $(POLKITPOLICYDEST)
-
-%.policy: %.policy.in
- intltool-merge --utf8 ../../po $< $@ -x -u -c ../../po/.intltool-merge-cache