From: David Bremner Date: Sun, 8 Nov 2020 17:33:08 +0000 (-0400) Subject: release: explicitely build sphinx-html X-Git-Tag: debian/0.31.2-1^0 X-Git-Url: https://git.cworth.org/git?p=notmuch;a=commitdiff_plain;h=02a7b026d938f53d9fd9b183ca2b3c44c92489f2 release: explicitely build sphinx-html This is to force it to happen after the "make clean". --- diff --git a/Makefile.local b/Makefile.local index 205fc9d3..fb126294 100644 --- a/Makefile.local +++ b/Makefile.local @@ -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)