mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
made makedocs copy the .ico file over.
This commit is contained in:
parent
83f5967667
commit
ee89affba5
@ -133,7 +133,9 @@ makedocs ()
|
|||||||
cp docs/*.html docs/web
|
cp docs/*.html docs/web
|
||||||
cp docs/*.html docs/chm/docs
|
cp docs/*.html docs/chm/docs
|
||||||
cp docs/*.png docs/web
|
cp docs/*.png docs/web
|
||||||
|
cp docs/*.ico docs/web
|
||||||
cp docs/*.png docs/chm/docs
|
cp docs/*.png docs/chm/docs
|
||||||
|
cp docs/*.ico docs/chm/docs
|
||||||
|
|
||||||
cd docs/chm/docs || report_failure
|
cd docs/chm/docs || report_failure
|
||||||
htmlify_cmake dlib/CMakeLists.txt;
|
htmlify_cmake dlib/CMakeLists.txt;
|
||||||
|
Loading…
Reference in New Issue
Block a user