From: Stefano Lattarini Date: Mon, 12 Dec 2011 09:20:00 +0000 (+0100) Subject: hacking: some more fixlets X-Git-Tag: v1.11.2~1^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e94a2808b5b885b3c780fadeabceef5a302d8077;p=thirdparty%2Fautomake.git hacking: some more fixlets * HACKING (Release Procedure): Place the list of pre-release bootstrap-and-test commands on a line of its own, so it's easy to select and then paste it into a terminal window. Fix the explanation of "make git-release", as, since the previous change, "make git-release" would simply run "make dist" rather than "make distcheck". Suggestion from Jim Meyering. --- diff --git a/ChangeLog b/ChangeLog index b8ebd6422..18d217cc9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2011-12-12 Stefano Lattarini + + hacking: some more fixlets + * HACKING (Release Procedure): Place the list of pre-release + bootstrap-and-test commands on a line of its own, so it's easy to + select and then paste it into a terminal window. + Fix the explanation of "make git-release", as, since the previous + change, "make git-release" would simply run "make dist" rather + than "make distcheck". + Suggestion from Jim Meyering. + 2011-12-12 Peter Rosin * NEWS: Fix typo in 'make dist-bzip2' description. diff --git a/HACKING b/HACKING index 755bffd31..8c437ed78 100644 --- a/HACKING +++ b/HACKING @@ -203,13 +203,14 @@ * Update ChangeLog. -* Run "./bootstrap && ./configure && make && make check && make distcheck". +* Run this: + ./bootstrap && ./configure && make && make check && make distcheck * Run `make release-stats' if release statistics in doc/automake.texi have not been updated yet. * Run `make git-release'. - This will run distcheck to create the tarballs, commit the last + This will run "make dist" to create the tarballs, commit the last NEWS/configure.ac/ChangeLog changes, tag the repository, sign the tarballs, and upload them. Use `make GNUPLOADFLAGS="--user key" git-release' to sign with