1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Andreas Cord-Landwehr <cordlandwehr@kde.org>
Date: Thu, 31 Oct 2024 14:33:33 +0100
Subject: Make API docs coinstallable
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3fd58d0..000018c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -488,7 +488,7 @@ endif()
if(enable-docs)
install(DIRECTORY ${CMAKE_BINARY_DIR}/doc/html/
- DESTINATION ${CMAKE_INSTALL_DATADIR}/doc/maliit-framework-doc)
+ DESTINATION ${CMAKE_INSTALL_DATADIR}/doc/maliit${MALIIT_LIB_SUFFIX}-framework-doc)
endif()
# Tests
|