* 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 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.
* 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