Skip to content

Commit 103eae4

Browse files
committed
make release: Don't pass along $VERSION
This currently isn't being used.
1 parent b95099b commit 103eae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pdf:
4646
publish:
4747
@$(MAKE) -C docs publish
4848
release:
49-
@$(MAKE) VERSION=$(VERSION) -C docs release
49+
@$(MAKE) -C docs release
5050

5151
stats:
5252
@$(MAKE) -C docs stats

0 commit comments

Comments
 (0)