"git@developer.sourcefind.cn:change/sglang.git" did not exist on "98c00a2df1f7363c86a3a89c163fea803de6898c"
Commit 5f9b317f authored by Davis King's avatar Davis King
Browse files

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