summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2021-05-25 13:24:21 +0200
committerJonas Bernoulli <jonas@bernoul.li>2021-05-25 13:41:13 +0200
commited4809afb805664df1a9916dc2b9cebbda0b096d (patch)
tree6ecd85002eb541674bdd113abc37c3b295fd1d4a /Makefile
parent6af9f8c3c0b493916be2fc2566a1054a17aafa53 (diff)
make: Set VERSION
Otherwise it would have to be set explicitly when running "make release".
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6338f07..15d6d14 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ publish:
@$(MAKE) -C docs publish
release:
- @$(MAKE) -C docs release
+ @$(MAKE) VERSION=$(VERSION) -C docs release
bump-version:
@printf "Setting version in transient.el to $(VERSION)\n"