aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2013-10-01 21:58:32 +0100
committerColin Guthrie <colin@mageia.org>2013-10-01 21:59:49 +0100
commitb0c11102c1ab0f6297b27738fb1988815340dda6 (patch)
treef52e20bb28afa02eb6a500108841ddeea0200c13 /Makefile
parent8e29638bda1956d81baba16370c43822764a011a (diff)
downloadrpmdrake-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 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 5acfcbc0..ea11ec5f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = 5.50
NAME = rpmdrake
-DIRS = po data mime
+DIRS = po polkit/policy data mime
PREFIX = /usr/local
DATADIR = $(PREFIX)/share
@@ -22,11 +22,10 @@ install: $(ALL)
find -name '*.pm' -o -name rpmdrake -o -name MageiaUpdate | xargs ./simplify-drakx-modules
./simplify-drakx-modules {gurpmi.addmedia,edit-urpm-sources.pl}
@for n in $(DIRS); do make -C $$n install; done
- install -d $(BINDIR) $(SBINDIR) $(LIBEXECDIR) $(PREFIX)/share/polkit-1/actions
+ install -d $(BINDIR) $(SBINDIR) $(LIBEXECDIR)
install rpmdrake MageiaUpdate gurpmi.addmedia $(LIBEXECDIR)
install edit-urpm-sources.pl $(LIBEXECDIR)/drakrpm-edit-media
install polkit/wrappers/* $(BINDIR)
- install polkit/policy/* $(PREFIX)/share/polkit-1/actions
ln -sf drakrpm-edit-media $(BINDIR)/edit-urpm-sources.pl
ln -sf rpmdrake $(BINDIR)/drakrpm
ln -sf MageiaUpdate $(BINDIR)/drakrpm-update
@@ -53,7 +52,8 @@ gui.lst:
| sort -u > gui.lst
check:
- rm -f po/*.pot
+ rm -f po/*.pot
+ @make -C po clean
@make -C po rpmdrake.pot
.PHONY: gui.lst