Author: IOhannes m zmölnig
Description: removed calls to HHC (only available on w32)
 and install into tmp-directories (make 'clean' target easier)
Last-Updated: 2015-07-25
--- assimp.orig/doc/Doxyfile
+++ assimp/doc/Doxyfile
@@ -919,7 +919,7 @@
 # If a relative path is entered the value of OUTPUT_DIRECTORY will be 
 # put in front of it. If left blank `html' will be used as the default path.
 
-HTML_OUTPUT            = AssimpDoc_Html
+HTML_OUTPUT            = AssimpDoc_Html_tmp
 
 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for 
 # each generated HTML page (for example: .htm,.php,.asp). If it is left blank 
@@ -1078,7 +1078,7 @@
 # the HTML help compiler (hhc.exe). If non-empty doxygen will try to run 
 # the HTML help compiler on the generated index.hhp.
 
-HHC_LOCATION           = "C:\Program Files (x86)\HTML Help Workshop/hhc.exe"
+#HHC_LOCATION           = "C:\Program Files (x86)\HTML Help Workshop/hhc.exe"
 
 # If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag 
 # controls if a separate .chi index file is generated (YES) or that 
--- assimp.orig/doc/Doxyfile_Cmd
+++ assimp/doc/Doxyfile_Cmd
@@ -1075,7 +1075,7 @@
 # The default directory is: html.
 # This tag requires that the tag GENERATE_HTML is set to YES.
 
-HTML_OUTPUT            = AssimpCmdDoc_Html
+HTML_OUTPUT            = AssimpCmdDoc_Html_tmp
 
 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
 # generated HTML page (for example: .htm, .php, .asp).
@@ -1281,7 +1281,6 @@
 # The file has to be specified with full path.
 # This tag requires that the tag GENERATE_HTMLHELP is set to YES.
 
-HHC_LOCATION           = "C:/Program Files (x86)/HTML Help Workshop/hhc.exe"
 
 # The GENERATE_CHI flag controls if a separate .chi index file is generated (
 # YES) or that it should be included in the master .chm file ( NO).
