X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=Makefile.local;fp=Makefile.local;h=fb12629420224d41ea981bbecd1007616f28727c;hp=205fc9d3f510be5bab8f623ea172aad8b6923a2b;hb=02a7b026d938f53d9fd9b183ca2b3c44c92489f2;hpb=bbe62623420a7f6c6e08730769ec63120da03dd0 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)