Commit 1182c8bd authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

maketgz: produce CHANGES automatically with the 1000 most recent commits

It passes the git log output through 'log2changes.pl' to produce
the lot.
parent 55d2460f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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