aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b64a6e9c..972009ce 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ RELATIVE_SBIN = ../sbin
RPM=$(shell rpm --eval %_topdir)
PERL_VENDORLIB=$(DESTDIR)/$(shell perl -V:installvendorlib | perl -pi -e "s/.*=//; s/[;']//g")
-all: dirs
+all: dirs gui.lst
dirs:
@for n in . $(DIRS); do \
@@ -39,6 +39,7 @@ install: $(ALL)
ln -sf $(RELATIVE_SBIN)/drakrpm-update $(BINDIR)/drakrpm-update
install -d $(DATADIR)/rpmdrake/icons
install -m644 icons/*.png $(DATADIR)/rpmdrake/icons
+ install -m644 gui.lst $(DATADIR)/rpmdrake
install -m644 compssUsers.flat.default $(DATADIR)/rpmdrake
mkdir -p $(PERL_VENDORLIB)/Rpmdrake
install -m 644 rpmdrake.pm $(PERL_VENDORLIB)
@@ -58,6 +59,9 @@ dis: clean
lzma ../$(NAME)-$(VERSION).tar
rm -rf $(NAME)-$(VERSION)
+gui.lst:
+ urpmf "/usr/share/applications/.*.desktop" |sed -e 's!:.*!!' |sort|uniq>gui.lst
+
.PHONY: ChangeLog log changelog
log: ChangeLog