Skip to content

Commit

Permalink
make release: Don't pass along $VERSION
Browse files Browse the repository at this point in the history
This currently isn't being used.
  • Loading branch information
tarsius committed Aug 16, 2024
1 parent b95099b commit 103eae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 103eae4

Please sign in to comment.