mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Adding manpage
This commit is contained in:
committed by
Louis-Bertrand Varin
parent
cd46a08f4a
commit
8b46feb085
@@ -47,3 +47,8 @@ target_link_libraries(keepassxc-cli
|
||||
install(TARGETS keepassxc-cli
|
||||
BUNDLE DESTINATION . COMPONENT Runtime
|
||||
RUNTIME DESTINATION ${CLI_INSTALL_DIR} COMPONENT Runtime)
|
||||
|
||||
if(APPLE OR UNIX)
|
||||
install(FILES keepassxc-cli.1 DESTINATION /usr/local/share/man/man1/)
|
||||
execute_process(COMMAND mandb -q)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user