summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-05 18:46:41 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-05 18:46:41 -0400
commit2bb4fdeabaf16d66c68ea92c3f332945ea7b53c4 (patch)
tree800bbe588e0c5967495d98238948510933c0c19a /Makefile
parent1fbd95fe2dce34e6da59e7f465d53d88e623b3b9 (diff)
scripts to "make releasenote" to make my life easier.
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