aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5eb9649..917e18a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
.POSIX:
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man
-DATE = 2021-06-19
-VERSION = 0.2.0
+DATE = 2021-06-25
+VERSION = 0.2.1
NAME = git-permalink
MAILING_LIST = public-inbox
TRANSLATIONS = pt fr eo
@@ -50,7 +50,7 @@ uninstall:
clean:
rm -rf public/ src/git-permalink.sh $(manpages)
-dist: clean public dev-check
+dist:
sh aux/workflow/dist.sh $(DATE) $(VERSION) $(NAME) $(NAME) $(MAILING_LIST)
spellcheck: