"docs/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "e17c41c0da801173ebbcde3c192d47504fc450d5"
Commit ee89affb authored by Davis King's avatar Davis King
Browse files

made makedocs copy the .ico file over.

parent 83f59676
...@@ -133,7 +133,9 @@ makedocs () ...@@ -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;
......
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