mirror of
https://github.com/jedisct1/minisign.git
synced 2025-04-03 19:07:41 +03:00
Install the man page
This commit is contained in:
parent
2c97046c15
commit
9dddf952df
1 changed files with 5 additions and 0 deletions
|
@ -31,3 +31,8 @@ add_executable(minisign
|
|||
target_link_libraries(minisign ${LIB_SODIUM})
|
||||
|
||||
install(TARGETS minisign DESTINATION bin)
|
||||
|
||||
include(GNUInstallDirs)
|
||||
|
||||
install(FILES "share/man/man1/minisign.1"
|
||||
DESTINATION "${CMAKE_INSTALL_MANDIR}/man1" COMPONENT doc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue