13 lines
662 B
CMake
13 lines
662 B
CMake
|
|
set ( htmlInstallDir share/doc/coriolis2/en/html/kite )
|
|
set ( latexInstallDir share/doc/coriolis2/en/latex/kite )
|
|
|
|
add_custom_target ( doc ALL cd ${KITE_SOURCE_DIR}/doc && ${DOXYGEN_EXECUTABLE} doxyfile )
|
|
|
|
install ( DIRECTORY html/ DESTINATION ${htmlInstallDir} )
|
|
# install ( FILES customHierarchy.html DESTINATION ${htmlInstallDir} )
|
|
# install ( FILES customSummary.html DESTINATION ${htmlInstallDir} )
|
|
|
|
install ( DIRECTORY latex/ DESTINATION ${latexInstallDir} )
|
|
install ( FILES asimbook.cls DESTINATION ${latexInstallDir} )
|