mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Changed release scripts so they will include the tools folder in the dlib
release archive.
This commit is contained in:
parent
8390ca9259
commit
5f9b317fd7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user