summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2024-08-16 21:58:21 +0200
committerJonas Bernoulli <jonas@bernoul.li>2024-08-16 21:58:21 +0200
commitf8a5f7ca50e549988b7e66b8fa5841b0bc33eac3 (patch)
tree942515f71109a05569f23a31c52cd5cd8142fd49
parente412e32535698d8a29f9a1821b2f2e90855d0ea9 (diff)
make release: Don't pass along $VERSION
This currently isn't being used.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 865b143..bdcd567 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ pdf:
publish:
@$(MAKE) -C docs publish
release:
- @$(MAKE) VERSION=$(VERSION) -C docs release
+ @$(MAKE) -C docs release
stats:
@$(MAKE) -C docs stats