diff options
author | Alexandre Duret-Lutz <adl@gnu.org> | 2003-11-11 22:48:53 +0000 |
---|---|---|
committer | Alexandre Duret-Lutz <adl@gnu.org> | 2003-11-11 22:48:53 +0000 |
commit | f72aa9f4d458ab33c0e13ba0ff827f4eee4b6728 (patch) | |
tree | 666d9467c43a34ff850996401db742e2ee4905cd /HACKING | |
parent | 5f245537473d678184cc84ba83db5151e33653dd (diff) | |
download | automake-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-- | HACKING | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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. ----- |