Commit 5f9b317f authored by Davis King's avatar Davis King

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

release archive.
parent 8390ca92
......@@ -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.$$
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment