diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-10-07 02:49:56 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-10-07 02:49:56 -0400 |
commit | 61ddc8dc17f7d8de392b0a68c961823b355de885 (patch) | |
tree | 5d095195f3eb949fde83c1ef0e032aed82f53c8b /Makefile | |
parent | cdf1a5acbfc09742c3d04de038722b273381f78d (diff) |
removed releasenote details, as they are now in monkeysphere-docs
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -89,8 +89,10 @@ installman: sed -i 's:__SYSDATADIR_PREFIX__:$(LOCALSTATEDIR):' $(DESTDIR)$(MANPREFIX)/man8/monkeysphere-authentication.8 gzip -n $(DESTDIR)$(MANPREFIX)/man8/monkeysphere-authentication.8 +# this target depends on you having the monkeysphere-docs +# repo checked out as a peer of your monkeysphere repo. releasenote: - ./utils/build-releasenote + ../monkeysphere-docs/utils/build-releasenote test: test-keytrans test-basic |