]> git.saurik.com Git - wxWidgets.git/commitdiff
turn GENERATE_HTML on otherwise CHM generation does not work correctly
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sat, 15 Mar 2008 13:58:07 +0000 (13:58 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sat, 15 Mar 2008 13:58:07 +0000 (13:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/Doxyfile_chm

index 6fccb17cc8033e92365be5c1ba8e3f83946a44d6..325ab1915af4c73b5741639ad346ff6f937dcc1f 100644 (file)
 #---------------------------------------------------------------------------
 
 GENERATE_HTMLHELP      = YES
-GENERATE_HTML          = NO
+
+# NOTE: the following must be set to YES otherwise doxygen won't generate the 
+#       index.hhp file and the CHM compilation will fail!
+GENERATE_HTML          = YES
 GENERATE_XML           = NO
 
 GENERATE_LATEX         = NO
@@ -39,7 +42,7 @@ GENERATE_TAGFILE       =
 #      http://appdb.winehq.org/objectManager.php?sClass=application&iId=2140
 #    then you can place hhc.exe executable in your PATH; e.g. you can add to
 #    your ~/.bashrc (if you use bash): 
-#      PATH=$PATH:~/.wine/drive_c/Programmi/HTMLHelpWorkshop/hhc
+#      PATH=$PATH:~/.wine/drive_c/Programmi/HTMLHelpWorkshop
 #      export PATH
 #
 HHC_LOCATION           = hhc.exe