2017-10-30 09:38:29 -05:00
|
|
|
# -*- mode: CMAKE explicit-buffer-name: "CMakeLists.txt<lefdef/doc>" -*-
|
|
|
|
|
2020-02-03 10:44:15 -06:00
|
|
|
set ( htmlInstallDir share/doc/coriolis2/en/html/doc )
|
2017-10-30 09:38:29 -05:00
|
|
|
set ( latexInstallDir share/doc/coriolis2/en/pdf )
|
|
|
|
set ( pdfInstallDir share/doc/coriolis2/en/pdf )
|
|
|
|
|
|
|
|
install ( DIRECTORY support
|
|
|
|
lefapi
|
|
|
|
defapi
|
|
|
|
lefdefref DESTINATION ${htmlInstallDir}/lefdef )
|
|
|
|
install ( FILES lefapi/lefapi.pdf
|
|
|
|
defapi/defapi.pdf
|
|
|
|
lefdefref/lefdefref.pdf DESTINATION ${pdfInstallDir}/lefdef )
|
|
|
|
|