]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
hacking: some more fixlets
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 12 Dec 2011 09:20:00 +0000 (10:20 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 12 Dec 2011 09:20:40 +0000 (10:20 +0100)
* 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.

ChangeLog
HACKING

index b8ebd6422d348da00e22c0c0c6a9c16176cbfbe7..18d217cc9458913f94e2f6a34976067bdbea19ae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2011-12-12  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       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  <peda@lysator.liu.se>
 
        * NEWS: Fix typo in 'make dist-bzip2' description.
diff --git a/HACKING b/HACKING
index 755bffd31104409e7e189e233b1e376ad1d0ca15..8c437ed781097a6dc387fa9f51bf4744a4e3dcb4 100644 (file)
--- a/HACKING
+++ b/HACKING
 
 * 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