diff options
Diffstat (limited to 'doc/man/kreversi/CMakeLists.txt')
-rw-r--r-- | doc/man/kreversi/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/man/kreversi/CMakeLists.txt b/doc/man/kreversi/CMakeLists.txt new file mode 100644 index 00000000..8f52e818 --- /dev/null +++ b/doc/man/kreversi/CMakeLists.txt @@ -0,0 +1,7 @@ +file( GLOB _mans RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.6 ) + +INSTALL( + FILES ${_mans} + DESTINATION ${MAN_INSTALL_DIR}/man6 + COMPONENT doc +) |