From 55addd628ca301bc2df0b03fa51576d811eb08e6 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Sun, 25 Nov 2007 13:50:06 +0000 Subject: [PATCH] Updated to generate a changelog via the mercurial history --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 939999c..7f9223a 100644 --- a/Makefile +++ b/Makefile @@ -40,12 +40,11 @@ nop: # -# Extract the CVS revision history and make a ChangeLog file +# Extract the revision history and make a ChangeLog file # with those details. # changelog: - -if [ -x /usr/bin/cvs2cl ] ; then cvs2cl; fi - -rm ChangeLog.bak + hg log -v > ChangeLog #