blob: 386a8b7e907297782a0f1683085b2fc0082f297f [file] [log] [blame]
# ------------------------------------------------------------------------------
# MADlib Documentation Configuration Files
# ------------------------------------------------------------------------------
configure_file(user.doxyfile.in user.doxyfile)
configure_file(developer.doxyfile.in developer.doxyfile)
configure_file(SQLCommon.m4_in SQLCommon.m4)
add_custom_command(
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/doxygen.css
COMMAND ${DOXYGEN_EXECUTABLE} -w html /dev/null /dev/null doxygen.css
developer.doxyfile
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/../patch/doxygen.css.sh
DEPENDS developer.doxyfile.in ../patch/doxygen.css.sh
WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}"
COMMENT "Patching doxygen style sheet..."
)
add_custom_target(doxygen_css DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/doxygen.css)