summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2019-02-15 13:09:28 +0100
committerAndreas Schneider <asn@samba.org>2019-02-20 17:23:41 +0100
commit9a9250a79143df88c3100e509e29c00536045b6b (patch)
tree731afc2315530af5ae601c27a94c6c7d944aa2b6 /doc
parent24e597330ec6fbbdc149d798e70d6ed48729bd84 (diff)
downloadsocket_wrapper-9a9250a79143df88c3100e509e29c00536045b6b.tar.gz
socket_wrapper-9a9250a79143df88c3100e509e29c00536045b6b.tar.xz
socket_wrapper-9a9250a79143df88c3100e509e29c00536045b6b.zip
cmake: Use GNUInstallDirs
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 57552d6..f89bc88 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -1,4 +1,4 @@
install(FILES
socket_wrapper.1
DESTINATION
- ${MAN_INSTALL_DIR}/man1)
+ ${CMAKE_INSTALL_MANDIR}/man1)