2008-07-02 10:13:40 -05:00
|
|
|
|
2010-05-16 11:33:58 -05:00
|
|
|
set ( htmlInstallDir share/doc/en/html/viewer )
|
|
|
|
set ( latexInstallDir share/doc/en/latex/viewer )
|
2008-07-02 10:13:40 -05:00
|
|
|
|
2010-03-15 09:05:45 -05:00
|
|
|
add_custom_target ( documentation ALL cd ${HURRICANE_SOURCE_DIR}/doc/viewer && ${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} )
|