summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index b81ccb1..237e327 100644
--- a/Makefile
+++ b/Makefile
@@ -36,12 +36,12 @@ tag:
git tag $(VERSION)
dist-bz2:
- git archive --format=tar --prefix=$(NAME)-$(VERSION)/ $(TAG) | \
- bzip2 > $(NAME)-$(VERSION).tar.bz2
+ git archive --format=tar --prefix=$(NAME)-$(TAGVER)/ $(TAG) | \
+ bzip2 > $(NAME)-$(TAGVER).tar.bz2
dist-gz:
- git archive --format=tar --prefix=$(NAME)-$(VERSION)/ $(TAG) | \
- gzip > $(NAME)-$(VERSION).tar.gz
+ git archive --format=tar --prefix=$(NAME)-$(TAGVER)/ $(TAG) | \
+ gzip > $(NAME)-$(TAGVER).tar.gz
dist: dist-bz2