summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2010-09-01 10:11:40 +0700
committerGary V. Vaughan <gary@gnu.org>2010-09-01 12:52:46 +0700
commit52c31559629c3d3101c49b92f510f276e7da6a73 (patch)
treea0c8989189ec3047a084648304a759ca6894d57a /HACKING
parent26dacf3464210910602ce0f679f9770241d7a16e (diff)
downloadlibtool-52c31559629c3d3101c49b92f510f276e7da6a73.tar.gz
Remove clcommit.m4sh.
* clcommit.m4sh: Removed. This script was written to help keep ChangeLog and commit messages in sync when committing to CVS, and is an anachronism now that Libtool uses git. * Makefile.maint (commit): Target removed. * bootstrap: Don't generate commit. * HACKING (Release Procedure): Adjusted. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING6
1 files changed, 4 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index 19b4b666..e079e4b6 100644
--- a/HACKING
+++ b/HACKING
@@ -647,7 +647,7 @@ or obtained by writing to the Free Software Foundation, Inc.,
and `make distcheck CC=g++'
If there are any problems, fix them and start again.
-* Run `./commit -p' from the source tree.
+* Run `git commit' from the source tree.
* Run `make -fMakefile.maint git-dist' (or `make -f../Makefile.maint
git-dist' if you are running from a VPATH build directory, where `../'
@@ -676,7 +676,9 @@ or obtained by writing to the Free Software Foundation, Inc.,
* Update NEWS, ChangeLog.
-* Run `./commit -p --tags', to push the new changes and tags to origin.
+* Run `git commit'.
+
+* Run `git push --tags', to push the new changes and tags to origin.
* Update the webpages, libtool.html will need to indicate the latest
release number.