From 69b6fb9316269bec41a89928c13ba0256a28a5ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 6 Dec 2021 15:38:19 +0100 Subject: [PATCH] cmake: Set the path for installing API documentation. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 (cherry picked from commit 67bba7e12f138f8fdfe314a6830d687fafe64f3f) --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index cd4c56f..2dadb5d 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( )