From 52c31559629c3d3101c49b92f510f276e7da6a73 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Wed, 1 Sep 2010 10:11:40 +0700 Subject: 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 --- HACKING | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'HACKING') 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. -- cgit v1.2.1