From ee89affba53764310e554d34a038003f986da711 Mon Sep 17 00:00:00 2001 From: Davis King Date: Tue, 1 Jan 2013 18:20:10 -0500 Subject: [PATCH] made makedocs copy the .ico file over. --- docs/makedocs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/makedocs b/docs/makedocs index d50c9a96c..792f9f791 100755 --- a/docs/makedocs +++ b/docs/makedocs @@ -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;