summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-06 15:38:19 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-06 15:38:19 +0100
commit67bba7e12f138f8fdfe314a6830d687fafe64f3f (patch)
tree6921f8e36f730050ab50f1309946676a1d256d7a
parent6166f8cdffb5f4289b11378deae0e32d71a6436d (diff)
downloadtqscintilla-67bba7e12f138f8fdfe314a6830d687fafe64f3f.tar.gz
tqscintilla-67bba7e12f138f8fdfe314a6830d687fafe64f3f.zip
cmake: Set the path for installing API documentation.
The documentation contained here is not the usual manual, so it does not belong to the TDE user documentation. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2f882b4..ea0899c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,6 +39,8 @@ include( TDEMacros )
if( CMAKE_INSTALL_LIBDIR )
tde_setup_install_path( LIB_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}" )
endif()
+tde_setup_install_path( HTML_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/share/doc/lib${PROJECT_NAME}/HTML" )
+
include( TDESetupPaths )
tde_setup_paths( )