[PATCH] cmake: use the right variable for man page install destination
authorPino Toscano <pino@kde.org>
Tue, 15 Dec 2020 10:11:22 +0000 (11:11 +0100)
committerPino Toscano <pino@debian.org>
Tue, 15 Dec 2020 17:22:08 +0000 (17:22 +0000)
(cherry picked from commit e2e8ae3572606b1326ca1c1c1c2ca6827b6e8401)

Gbp-Pq: Name upstream_cmake-use-the-right-variable-for-man-page-install-de.patch

doc/CMakeLists.txt

index 1d1f7476df8aa36c6198350256795984d368f33a..b1cd0999611448787d0efe28ce68bbb8ce6f5580 100644 (file)
@@ -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}
 )