From: Pino Toscano Date: Tue, 15 Dec 2020 10:11:22 +0000 (+0100) Subject: [PATCH] cmake: use the right variable for man page install destination X-Git-Tag: archive/raspbian/0.9.90-1+rpi1~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2e1172e02f1e409ae59161f104df379448c19efa;p=kbibtex.git [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 --- 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} )