From b435a7a1b3fa6eec367d9b48a1f9b9cf13d617fa Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Fri, 10 May 2013 16:48:28 +0200 Subject: docs: minor: fix mentioning of Documentation/ The Documentation/ folder no longer exists. Either everything important can be found in the man pages or other documentation files. Fix the mentioning of Documentation/. Signed-off-by: Daniel Borkmann --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cb1cef2..891af64 100644 --- a/Makefile +++ b/Makefile @@ -270,7 +270,7 @@ announcement: $(Q)echo -e " git checkout $(VERSION_STRING)\n" >> .MAIL_MSG $(Q)echo -e "Or via HTTP, through:\n" >> .MAIL_MSG $(Q)echo -e " wget http://pub.netsniff-ng.org/netsniff-ng/netsniff-ng-$(VERSION_STRING).tar.gz\n" >> .MAIL_MSG - $(Q)echo -e "The release be verified via Git, through (see Documentation/Workflow):\n" >> .MAIL_MSG + $(Q)echo -e "The release be verified via Git, through (see README):\n" >> .MAIL_MSG $(Q)echo -e " git tag -v $(VERSION_STRING)\n" >> .MAIL_MSG $(Q)echo -e "Major high-level changes since the last release are:\n" >> .MAIL_MSG $(Q)echo -e " *** BLURB HERE ***\n" >> .MAIL_MSG -- cgit v1.2.3-54-g00ecf