mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
maketgz: run make vc-ide before make dist
To get the VC project files generated before packaging!
This commit is contained in:
parent
c8224d7ede
commit
8e6f42a7bd
6
maketgz
6
maketgz
@ -9,7 +9,7 @@
|
|||||||
# | (__| |_| | _ <| |___
|
# | (__| |_| | _ <| |___
|
||||||
# \___|\___/|_| \_\_____|
|
# \___|\___/|_| \_\_____|
|
||||||
#
|
#
|
||||||
# Copyright (C) 1998 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al.
|
# Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||||
#
|
#
|
||||||
# This software is licensed as described in the file COPYING, which
|
# This software is licensed as described in the file COPYING, which
|
||||||
# you should have received as part of this distribution. The terms
|
# you should have received as part of this distribution. The terms
|
||||||
@ -123,6 +123,10 @@ make -s html
|
|||||||
echo "make pdf"
|
echo "make pdf"
|
||||||
make -s pdf
|
make -s pdf
|
||||||
|
|
||||||
|
# And the IDE files
|
||||||
|
echo "make vc-ide"
|
||||||
|
make -s vc-ide
|
||||||
|
|
||||||
echo "produce CHANGES"
|
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 | ./log2changes.pl > CHANGES.dist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user