aboutsummaryrefslogtreecommitdiff
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 298ea39..febf8c1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
# guile-email --- Guile email parser
-# Copyright © 2023, 2024 Arun Isaac <arunisaac@systemreboot.net>
+# Copyright © 2023–2025 Arun Isaac <arunisaac@systemreboot.net>
#
# This file is part of guile-email.
#
@@ -82,8 +82,8 @@ dist_archive = $(project)-$(version).tar.lz
dist: $(dist_archive) $(dist_archive).asc
-$(dist_archive): .git/refs/heads/master
- $(GIT) archive --prefix $(basename $(basename $@))/ --format=tar master $(distribute_files) \
+$(dist_archive): .git/refs/tags/v$(version)
+ $(GIT) archive --prefix $(basename $(basename $@))/ --format=tar v$(version) $(distribute_files) \
| $(LZIP) --force --output $@
%.asc: %