Add 'make publish' target.
This commit is contained in:
parent
970dc04539
commit
6568361bd3
|
@ -103,3 +103,8 @@ SUBDIRS = \
|
|||
CLEANFILES = \
|
||||
$(GOBJECTS) \
|
||||
$(TESTS:tests/%.scm=%.log)
|
||||
|
||||
publish: distcheck
|
||||
gpg --sign --armor --yes haunt-$(VERSION).tar.gz && \
|
||||
scp haunt-$(VERSION).tar.gz haunt-$(VERSION).tar.gz.asc \
|
||||
blog@dthompson.us:/var/www/files/haunt/
|
||||
|
|
Loading…
Reference in New Issue