Change to generate man page from AsciiDoc

This commit is contained in:
Shun Sakai 2020-05-28 16:38:20 +09:00 committed by Jonathan White
parent 124739fde2
commit 9dde9314e8
9 changed files with 355 additions and 333 deletions

View file

@ -118,7 +118,3 @@ if(APPLE AND WITH_APP_BUNDLE)
COMMAND ${CMAKE_COMMAND} -E copy keepassxc-cli ${CLI_APP_DIR}/keepassxc-cli
COMMENT "Copying keepassxc-cli inside the application")
endif()
if(APPLE OR UNIX)
install(FILES ../../share/docs/man/keepassxc-cli.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1/)
endif()