summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-02-12 11:02:32 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-02-12 11:37:20 +0100
commitbdfd2295149398a2872f1794abffd1292f8c0492 (patch)
treed70473c98428f310c5d46c762194676989289e0a /HACKING
parent19bab32531bc8c41e984460a2fa59205ecb623cd (diff)
downloadautomake-bdfd2295149398a2872f1794abffd1292f8c0492.tar.gz
docs: move chapter on automake history out of main manual
The chapter on Automake history, while certainly interesting and even fascinating, does not truly pertain to a reference manual, so move it out from there and into its own dedicated file. This change is made more advisable and pressing by the fact that such and "Automake history" chapter hasn't been updated since the 1.9.6 release, so it has been becoming less faithful and useful since then. * doc/history.texi: New, manual on the history of the automake package; extracted from ... * doc/automake.texi: ... this file, with related adjustments. * doc/Makefile.am (info_TEXINFOS): Add 'history.texi'. (history_TEXINFOS): New, list included file 'fdl.texi'. * Makefile.am (release-stats): Remove as obsolete. * HACKING (Release Procedure): Don't advise anymore to run the "release-stats" target and to update the manual with its output. * NEWS: Update. * .gitignore: Likewise.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING3
1 files changed, 0 insertions, 3 deletions
diff --git a/HACKING b/HACKING
index 5420fbcad..1c9879529 100644
--- a/HACKING
+++ b/HACKING
@@ -200,9 +200,6 @@
* 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 "make dist" to create the tarballs, commit the last
changes to NEWS, configure.ac and m4/amversion.m4, tag the repository,