Add 'make publish' target.
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user