Changed release scripts so they will include the tools folder in the dlib

release archive.
This commit is contained in:
Davis King 2012-01-21 08:38:45 -05:00
parent 8390ca9259
commit 5f9b317fd7
2 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,7 @@ makedocs ()
mkdir docs/cache
mv cache.$$/dlib docs/cache/
mv cache.$$/examples docs/cache/
mv cache.$$/tools docs/cache/
rm -rf cache.$$

View File

@ -51,6 +51,7 @@ mkdir $RELDIR
cd $RELDIR || report_failure
cp -r ../../docs/cache/dlib . || report_failure
cp -r ../../docs/cache/examples . || report_failure
cp -r ../../docs/cache/tools . || report_failure
echo Version: $RELEASE >> dlib/README.txt
echo "Date: `date`" >> dlib/README.txt