From: Daniel Stenberg Date: Sat, 17 May 2014 15:03:29 +0000 (+0200) Subject: maketgz: run make vc-ide before make dist X-Git-Tag: upstream/7.37.1~194 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8e6f42a7bd27c6aa9c8da87434e8c2dc6e35a871;p=platform%2Fupstream%2Fcurl.git maketgz: run make vc-ide before make dist To get the VC project files generated before packaging! --- diff --git a/maketgz b/maketgz index 38d2b63..acc0a47 100755 --- a/maketgz +++ b/maketgz @@ -9,7 +9,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 1998 - 2013, Daniel Stenberg, , et al. +# Copyright (C) 1998 - 2014, Daniel Stenberg, , 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