release: explicitely build sphinx-html

This is to force it to happen after the "make clean".
This commit is contained in:
David Bremner 2020-11-08 13:33:08 -04:00
parent bbe6262342
commit 02a7b026d9

View file

@ -64,9 +64,10 @@ update-versions:
# are part of the release and need to take the version from the
# version file).
.PHONY: release
release: verify-source-tree-and-version sphinx-html
release: verify-source-tree-and-version
$(MAKE) VERSION=$(VERSION) verify-newer
$(MAKE) VERSION=$(VERSION) clean
$(MAKE) VERSION=$(VERSION) sphinx-html
$(MAKE) VERSION=$(VERSION) test
git tag -s -m "$(PACKAGE) $(VERSION) release" $(UPSTREAM_TAG)
$(MAKE) VERSION=$(VERSION) $(SHA256_FILE) $(DETACHED_SIG_FILE)