From a360b94276f49a5c404f9278b905e16337aade95 Mon Sep 17 00:00:00 2001 From: Christian Thaeter Date: Tue, 1 Jun 2010 23:07:18 +0200 Subject: [PATCH] add some notes what to do when writing the NEWS file (blame me i got that wrong at the last release) --- Makefile.am | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile.am b/Makefile.am index 519a599..a88dec3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -123,13 +123,13 @@ ChangeLog: ChangeLog.new git add ChangeLog NEWS.new: - @cd $(top_srcdir); \ - admin/get_version.sh >NEWS.new; \ - echo "--------" >>NEWS.new; \ - date "+%d %b %Y" >>NEWS.new; \ - echo >>NEWS.new; \ - git shortlog latest-release..HEAD >>NEWS.new; \ - echo -e "\n EDIT NEWS.new and then hit enter\n"; \ + @cd $(top_srcdir); \ + admin/get_version.sh >NEWS.new; \ + echo "--------" >>NEWS.new; \ + date "+%d %b %Y" >>NEWS.new; \ + echo >>NEWS.new; \ + git shortlog latest-release..HEAD >>NEWS.new; \ + echo -e "\n EDIT NEWS.new (Simple full sentences, first person) and then hit enter\n"; \ read; NEWS: NEWS.new -- 2.11.4.GIT