maketgz: produce CHANGES automatically with the 1000 most recent commits

It passes the git log output through 'log2changes.pl' to produce
the lot.
This commit is contained in:
Daniel Stenberg 2010-06-21 22:42:36 +02:00
parent 55d2460fc3
commit 1182c8bdcd
1 changed files with 3 additions and 0 deletions

View File

@ -126,6 +126,9 @@ make -s html
echo "make pdf"
make -s pdf
echo "produce CHANGES"
git log --pretty=fuller --no-color --date=short --decorate=full -1000 | ./log2changes.pl > CHANGES.dist
############################################################################
#
# Now run make dist to generate a tar.gz archive