File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ add_custom_target(Sphinx ALL
2929 WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} /output
3030 COMMENT "Generating documentation with Sphinx" )
3131
32- # add_custom_target(ifcopenshell_python_docs ALL
33- # COMMAND make html
34- # WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/../src/ /ifcblenderexport/docs
35- # OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/../ /src/ifcblenderexport/docs
36- # COMMENT "Generating documentation with Sphinx")
32+ add_custom_target (ifcopenshell_python_docs ALL
33+ COMMAND make html
34+ WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} /../src/ifcblenderexport/docs
35+ OUTPUT ${CMAKE_CURRENT_SOURCE_DIR} /../src/ifcblenderexport/docs
36+ COMMENT "Generating documentation with Sphinx" )
3737
3838else (DOXYGEN_FOUND )
3939 message ("Doxygen need to be installed to generate the doxygen documentation" )
You can’t perform that action at this time.
0 commit comments