summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJamie McClelland <jm@mayfirst.org>2008-09-06 02:59:12 -0400
committerJamie McClelland <jm@mayfirst.org>2008-09-06 02:59:12 -0400
commit2c6c9e84ef5417987d90d45d28be6894df5afe35 (patch)
tree1d3b746631e364a9e54f66d95671307774846691 /Makefile
parent98253f5bca3f6745ab74a2d0e39109f32e7b173c (diff)
parentd4d83e34a65cbb3be4b46da590297f326e660052 (diff)
Merge commit 'dkg/master'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 765c3e9..defd15a 100644
--- a/Makefile
+++ b/Makefile
@@ -45,4 +45,7 @@ install: all
install man/man8/* $(DESTDIR)$(PREFIX)/share/man/man8
install -m 0644 etc/* $(DESTDIR)$(ETCPREFIX)/etc/monkeysphere
-.PHONY: all clean tarball debian-package install
+releasenote:
+ ./utils/build-releasenote
+
+.PHONY: all clean tarball debian-package install releasenote