diff options
-rw-r--r-- | doc/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index e5aa8cc..410b214 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -7,3 +7,5 @@ add_custom_target(man ALL "${CMAKE_CURRENT_SOURCE_DIR}" COMMENT "Building man page with Sphinx" ) + +INSTALL(FILES "yawa.1" DESTINATION "share/man/man1") |