Made makerel copy the compiled windows python modules into the release folder.

This commit is contained in:
Davis King 2013-06-07 19:34:15 -04:00
parent 802e5205e4
commit e02d5ba0b6

View File

@ -53,6 +53,7 @@ cp -r ../../docs/cache/dlib . || report_failure
cp -r ../../docs/cache/examples . || report_failure
cp -r ../../docs/cache/python_examples . || report_failure
cp -r ../../docs/cache/tools . || report_failure
scp davis@home.dlib.net:dlib_win_python/* python_examples || report_failure
echo Version: $RELEASE >> dlib/README.txt
echo "Date: `date`" >> dlib/README.txt