made makedocs copy the .ico file over.

This commit is contained in:
Davis King 2013-01-01 18:20:10 -05:00
parent 83f5967667
commit ee89affba5

View File

@ -133,7 +133,9 @@ makedocs ()
cp docs/*.html docs/web
cp docs/*.html docs/chm/docs
cp docs/*.png docs/web
cp docs/*.ico docs/web
cp docs/*.png docs/chm/docs
cp docs/*.ico docs/chm/docs
cd docs/chm/docs || report_failure
htmlify_cmake dlib/CMakeLists.txt;