projects
/
kbibtex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3016c57
)
[PATCH] cmake: use the right variable for man page install destination
author
Pino Toscano
<pino@kde.org>
Tue, 15 Dec 2020 10:11:22 +0000
(11:11 +0100)
committer
Peter Michael Green
<plugwash@raspbian.org>
Mon, 21 Dec 2020 15:10:55 +0000
(15:10 +0000)
(cherry picked from commit
e2e8ae3572606b1326ca1c1c1c2ca6827b6e8401
)
Gbp-Pq: Name upstream_cmake-use-the-right-variable-for-man-page-install-de.patch
doc/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/doc/CMakeLists.txt
b/doc/CMakeLists.txt
index 1d1f7476df8aa36c6198350256795984d368f33a..b1cd0999611448787d0efe28ce68bbb8ce6f5580 100644
(file)
--- 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_MAN
DIR}
)