Skip to content
Snippets Groups Projects
Commit 8e6f42a7 authored by Daniel Stenberg's avatar Daniel Stenberg Committed by Steve Holme
Browse files

maketgz: run make vc-ide before make dist

To get the VC project files generated before packaging!
parent c8224d7e
No related branches found
No related tags found
No related merge requests found
......@@ -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
# you should have received as part of this distribution. The terms
......@@ -123,6 +123,10 @@ make -s html
echo "make pdf"
make -s pdf
# And the IDE files
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment