summaryrefslogtreecommitdiff
path: root/maketgz
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-05-17 17:03:29 +0200
committerSteve Holme <steve_holme@hotmail.com>2014-05-17 22:49:39 +0100
commit8e6f42a7bd27c6aa9c8da87434e8c2dc6e35a871 (patch)
tree0f40767ad63fdbbd19725885320ed934eb6ee129 /maketgz
parentc8224d7ededebdfe025a811f374dd593963bd1d7 (diff)
downloadcurl-8e6f42a7bd27c6aa9c8da87434e8c2dc6e35a871.tar.gz
maketgz: run make vc-ide before make dist
To get the VC project files generated before packaging!
Diffstat (limited to 'maketgz')
-rwxr-xr-xmaketgz6
1 files changed, 5 insertions, 1 deletions
diff --git a/maketgz b/maketgz
index 38d2b6389..acc0a47b3 100755
--- a/maketgz
+++ b/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
# 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