mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 07:38:49 -05:00
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:
parent
55d2460fc3
commit
1182c8bdcd
3
maketgz
3
maketgz
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user