Skip to content
Snippets Groups Projects
Commit 3a4e1b32 authored by Eric S. Raymond's avatar Eric S. Raymond
Browse files

Ship checksums with releases.

parent 927e5931
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,10 @@ irker-$(VERS).tar.gz: $(SOURCES) irkerd.8 irkerhook.1 irk.1
@COPYFILE_DISABLE=1 tar -cvzf irker-$(VERS).tar.gz irker-$(VERS)
rm -fr irker-$(VERS)
dist: irker-$(VERS).tar.gz
irker-$(VERS).md5
@md5sum irker-$(VERS).tar.gz >irker-$(VERS).md5
release: irker-$(VERS).tar.gz irkerd.html irk.html irkerhook.html install.html security.html hacking.html
dist: irker-$(VERS).tar.gz irker-$(VERS).md5
release: irker-$(VERS).tar.gz irker-$(VERS).md5 irkerd.html irk.html irkerhook.html install.html security.html hacking.html
shipper version=$(VERS) | sh -e -x
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment