mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-03-14 03:25:15 +01:00
release: explicitely build sphinx-html
This is to force it to happen after the "make clean".
This commit is contained in:
parent
bbe6262342
commit
02a7b026d9
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue