mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 07:38:49 -05:00
log2changes.pl: moved to scripts/
This commit is contained in:
parent
f9f22b0d63
commit
3a973517a9
4
maketgz
4
maketgz
@ -9,7 +9,7 @@
|
||||
# | (__| |_| | _ <| |___
|
||||
# \___|\___/|_| \_\_____|
|
||||
#
|
||||
# Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
# Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
#
|
||||
# This software is licensed as described in the file COPYING, which
|
||||
# you should have received as part of this distribution. The terms
|
||||
@ -128,7 +128,7 @@ echo "make vc-ide"
|
||||
make -s vc-ide
|
||||
|
||||
echo "produce CHANGES"
|
||||
git log --pretty=fuller --no-color --date=short --decorate=full -1000 | ./log2changes.pl > CHANGES.dist
|
||||
git log --pretty=fuller --no-color --date=short --decorate=full -1000 | ./scripts/log2changes.pl > CHANGES.dist
|
||||
|
||||
############################################################################
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user