aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 8896e67..55cc4e2 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ NAME = desktop-common-data
TAG := $(shell echo "V$(VERSION)_$(RELEASE)" | tr -- '-.' '__')
mandir=/usr/share/man
-menus: applications.menu kde-applications.menu
+menus: applications.menu plasma-applications.menu
menu/validated-menu: menu/applications.menu.in
xmllint --noout --dtdvalid menu/menu.dtd $?
@@ -16,7 +16,7 @@ applications.menu: menu/validated-menu
@xmllint --noout --dtdvalid menu/menu.dtd $@
@echo " OK"
-kde-applications.menu: menu/validated-menu
+plasma-applications.menu: menu/validated-menu
@echo -n "generating $@ "
@sed -e 's,@MAIN_DESKTOP@,KDE,g' -e 's,@MAIN_TOOLKIT@,Qt,g' -e 's,@ALTERNATIVE_DESKTOP@,GNOME,g' -e 's,@ALTERNATIVE_TOOLKIT@,GTK,g' < menu/applications.menu.in > $@
@xmllint --noout --dtdvalid menu/menu.dtd $@
@@ -36,7 +36,7 @@ checktag:
clean:
find . -type d -name '.xvpics' -o -name '*~' |xargs rm -rf
- rm -f applications.menu kde-applications.menu
+ rm -f applications.menu plasma-applications.menu
# rules to build a distributable rpm