summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2016-08-15 08:40:46 +0200
committerRémi Verschelde <rverschelde@gmail.com>2016-08-15 08:40:46 +0200
commit973f0a2b8e836c1bb2c6a1bc9eebfefc8d3ceb22 (patch)
tree5cd11b0a75026d8e29eebaaf078ef1d1461f1832 /Makefile
parent90367d3795176a14429f0f8f40924caa384db6d8 (diff)
downloadtheme-973f0a2b8e836c1bb2c6a1bc9eebfefc8d3ceb22.tar
theme-973f0a2b8e836c1bb2c6a1bc9eebfefc8d3ceb22.tar.gz
theme-973f0a2b8e836c1bb2c6a1bc9eebfefc8d3ceb22.tar.bz2
theme-973f0a2b8e836c1bb2c6a1bc9eebfefc8d3ceb22.tar.xz
theme-973f0a2b8e836c1bb2c6a1bc9eebfefc8d3ceb22.zip
Makefile: Rename to "theme" to match gitweb snapshot on export
Also dropped unused PACKAGE constant.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9f9cb2b..ec5b1d7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,4 @@
-NAME=mageia-theme
-PACKAGE=mageia-theme
+NAME=theme
VERSION=1.5.0.51
THEMES=Mageia-Default
@@ -53,7 +52,7 @@ install:
dist: cleandist export
cleandist:
- rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.xz
+ rm -rf $(NAME)-$(VERSION) $(NAME)-$(VERSION).tar.xz
export:
git archive --prefix $(NAME)-$(VERSION)/ HEAD | xz -9 > $(NAME)-$(VERSION).tar.xz