aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-10-14 14:30:20 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2017-10-16 21:03:39 -0400
commit51398e14e737ee3475810860151f411b2d9864e5 (patch)
treeb2e1bff926edd224cdf234f0774df870df828daa
parentMerge pull request #1395 from Zer0-One/master (diff)
downloadsway-51398e14e737ee3475810860151f411b2d9864e5.tar.gz
sway-51398e14e737ee3475810860151f411b2d9864e5.tar.zst
sway-51398e14e737ee3475810860151f411b2d9864e5.zip
Merge pull request #1397 from johalun/manpages
Change install folder for man pages
-rw-r--r--CMake/Manpage.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/Manpage.cmake b/CMake/Manpage.cmake
index cc04d710..bbd6f2dc 100644
--- a/CMake/Manpage.cmake
+++ b/CMake/Manpage.cmake
@@ -26,7 +26,7 @@ if (A2X_FOUND)
26 26
27 install( 27 install(
28 FILES ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${name}.${section} 28 FILES ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${name}.${section}
29 DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR}/man/man${section} 29 DESTINATION ${CMAKE_INSTALL_FULL_MANDIR}/man${section}
30 COMPONENT documentation 30 COMPONENT documentation
31 ) 31 )
32 endfunction() 32 endfunction()