2008-07-02 10:13:40 -05:00
|
|
|
|
|
|
|
set ( htmlInstallDir /share/doc/en/html/hviewer )
|
|
|
|
set ( latexInstallDir /share/doc/en/latex/hviewer )
|
|
|
|
|
2008-10-24 04:11:47 -05:00
|
|
|
add_custom_target ( documentation ALL cd ${HURRICANE_SOURCE_DIR}/doc/hviewer && ${DOXYGEN_EXECUTABLE} doxyfile )
|
2008-07-02 10:13:40 -05:00
|
|
|
|
|
|
|
install ( DIRECTORY html/ DESTINATION ${htmlInstallDir} )
|
|
|
|
install ( FILES customSummary.html DESTINATION ${htmlInstallDir} )
|
|
|
|
|
|
|
|
install ( DIRECTORY latex/ DESTINATION ${latexInstallDir} )
|
|
|
|
install ( FILES asimbook.cls DESTINATION ${latexInstallDir} )
|