summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEsteban Carnevale <alfplayer@mailoo.org>2012-10-17 19:57:57 -0300
committerEsteban Carnevale <alfplayer@mailoo.org>2012-10-17 19:57:57 -0300
commit2cf53c9ed1c57bbe8cfb1dcc26d87bed60015f6d (patch)
tree7e5cd675ffce382a8e4d6be59bb241f071d98382 /Makefile
parent9b7409064a21e1e4aa581c5ddbb2c2f09770437e (diff)
Prepare for release 2012.10.17HEAD2012.10.17master
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2deb9fa..c3c0fb5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
V=3
+V_PARABOLA=2012.10.17
INSTALL_FILES=$(wildcard archiso/initcpio/install/*)
HOOKS_FILES=$(wildcard archiso/initcpio/hooks/*)
@@ -35,7 +36,7 @@ install-doc:
install -m 644 -t $(DOC_DIR) $(DOC_FILES)
dist:
- git archive --format=tar --prefix=archiso-$(V)/ v$(V) | gzip -9 > archiso-$(V).tar.gz
- gpg --detach-sign --use-agent archiso-$(V).tar.gz
+ git archive --format=tar --prefix=parabola-archiso-$(V_PARABOLA)/ $(V_PARABOLA) | gzip -9 > parabola-archiso-$(V_PARABOLA).tar.gz
+ gpg --detach-sign --use-agent parabola-archiso-$(V_PARABOLA).tar.gz
.PHONY: install install-program install-initcpio install-examples install-doc dist