summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2003-11-11 22:48:53 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2003-11-11 22:48:53 +0000
commitf72aa9f4d458ab33c0e13ba0ff827f4eee4b6728 (patch)
tree666d9467c43a34ff850996401db742e2ee4905cd /HACKING
parent5f245537473d678184cc84ba83db5151e33653dd (diff)
downloadautomake-f72aa9f4d458ab33c0e13ba0ff827f4eee4b6728.tar.gz
* Makefile.am: Do not rerun `make dist' after tagging, `make distcheck'
already build the tarballs. Commit files right before tagging. Check NEWS before running distcheck.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING12
1 files changed, 6 insertions, 6 deletions
diff --git a/HACKING b/HACKING
index 52bb726a6..f100c4adc 100644
--- a/HACKING
+++ b/HACKING
@@ -124,13 +124,13 @@
The repository will always have its own "odd" number so we can easily
distinguish net and repo versions.)
-* Configure, build, and install.
+* Update ChangeLog.
-* Run aclocal, automake, and autoconf.
+* Run ./bootstrap, ./configure, make.
-* Commit
-
-* Run `make cvs-dist'
+* Run `make cvs-dist'.
+ This will run distcheck to create the tarball, commit the last
+ NEWS/configure.ac/ChangeLog changes, and tag the repository.
* Put new release on ftp site and send announcement to automake list.
If not an alpha, announcement must also go to FSF:
@@ -140,7 +140,7 @@
autotools-announce@gnu.org, and automake@gnu.org.
* Update version number in configure.ac to next alpha number.
- Re-run autoconf and commit.
+ Re-run ./bootstrap and commit.
-----