aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 2e368dc..dcacb0e 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,6 @@
VERSION = 6.11
PACKAGE = desktop-common-data
NAME = desktop-common-data
-TAG := $(shell echo "V$(VERSION)_$(RELEASE)" | tr -- '-.' '__')
mandir=/usr/share/man
menus: applications.menu plasma-applications.menu
@@ -29,10 +28,6 @@ checktag:
exit 1 ; \
fi ; \
fi
- @if [ "x$(VERSION)" == "x" -o "x$(RELEASE)" = "x" ]; then \
- echo usage is "make VERSION=version_number RELEASE=release_number dist" ; \
- exit 1 ; \
- fi
clean:
find . -type d -name '.xvpics' -o -name '*~' |xargs rm -rf
@@ -45,4 +40,4 @@ dist: menus checktag clean
$(info $(NAME)-$(VERSION).tar.xz is ready)
tag: checktag
- git tag $(TAG); \
+ git tag $(VERSION); \