aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-25 12:37:06 -0300
committerEuAndreh <eu@euandre.org>2021-06-25 12:37:06 -0300
commit371e0f873cf3518fd2e35e2bae0b7cc021296e0e (patch)
tree285678d390ad32da5694c9edd23c82ae0c7b7d08 /Makefile
parentaux/guix/manifest.scm: Use hunspell insted of hunspell-iconv (diff)
downloadgit-permalink-0.2.1.tar.gz
git-permalink-0.2.1.tar.xz
Release v0.2.1v0.2.1
Diffstat (limited to 'Makefile')
-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: