X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=Makefile.local;h=cb7b865f563103ad81a629927e70e157ec75cd88;hp=aefbb9e811ff38d66ca96e6f9af33f76792ed248;hb=c41a6bb786c3b57d342b77efcc40ae7b6af3020f;hpb=5999ff8d3cce4512486353784f9dec5242196ec1 diff --git a/Makefile.local b/Makefile.local index aefbb9e8..cb7b865f 100644 --- a/Makefile.local +++ b/Makefile.local @@ -60,7 +60,10 @@ $(TAR_FILE): tar --append -f $(TAR_FILE).tmp --transform s_^_$(PACKAGE)-$(VERSION)/_ --transform 's_.tmp$$__' version.tmp rm version.tmp gzip < $(TAR_FILE).tmp > $(TAR_FILE) - @echo "Source is ready for release in $(TAR_FILE)" + +.PHONY: snapshot +snapshot: $(TAR_FILE) + @echo "Snapshot created as $(TAR_FILE)" $(SHA1_FILE): $(TAR_FILE) sha1sum $^ > $@