1
0
mirror of synced 2026-01-18 00:42:31 +00:00

Updated to generate a changelog via the mercurial history

This commit is contained in:
Steve Kemp 2007-11-25 13:50:06 +00:00
parent f91dde4c6f
commit 55addd628c

View File

@ -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
#