From b0db501cd36a917ca072624ef2898b24fbbdd1fc Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Tue, 15 Dec 2020 11:11:22 +0100 Subject: [PATCH] [PATCH] cmake: use the right variable for man page install destination (cherry picked from commit e2e8ae3572606b1326ca1c1c1c2ca6827b6e8401) Gbp-Pq: Name upstream_cmake-use-the-right-variable-for-man-page-install-de.patch --- doc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 1d1f747..b1cd099 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -10,5 +10,5 @@ kdoctools_create_handbook( kdoctools_create_manpage( man-kbibtex.1.docbook 1 - INSTALL_DESTINATION ${MAN_INSTALL_DIR} + INSTALL_DESTINATION ${KDE_INSTALL_MANDIR} ) -- 2.30.2