2014-05-13 09:30:41 -05:00
|
|
|
# -*- mode: CMAKE; explicit-buffer-name: # "CMakeLists.txt<katabatic/doc>" -*-
|
2010-03-09 09:24:29 -06:00
|
|
|
|
2010-05-18 07:53:08 -05:00
|
|
|
set ( htmlInstallDir share/doc/coriolis2/en/html/katabatic )
|
|
|
|
set ( latexInstallDir share/doc/coriolis2/en/latex/katabatic )
|
2014-05-13 09:30:41 -05:00
|
|
|
set ( doxExtras customHierarchy.html
|
|
|
|
closed.png
|
|
|
|
open.png
|
|
|
|
jquery.js
|
|
|
|
dynsections.js
|
|
|
|
)
|
2010-03-09 09:24:29 -06:00
|
|
|
|
|
|
|
add_custom_target ( doc ALL cd ${KATABATIC_SOURCE_DIR}/doc && ${DOXYGEN_EXECUTABLE} doxyfile )
|
|
|
|
|
|
|
|
install ( DIRECTORY html/ DESTINATION ${htmlInstallDir} )
|
2014-05-13 09:30:41 -05:00
|
|
|
install ( FILES ${doxExtras} DESTINATION ${htmlInstallDir} )
|
2010-03-09 09:24:29 -06:00
|
|
|
|
|
|
|
install ( DIRECTORY latex/ DESTINATION ${latexInstallDir} )
|
|
|
|
install ( FILES asimbook.cls DESTINATION ${latexInstallDir} )
|