1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-12-24 19:37:49 +03:00

cmake: add missing man pages

This commit is contained in:
Viktor Szakats
2023-03-31 19:03:21 +00:00
committed by Viktor Szakats
parent ce26743b4e
commit ccfeac87da

View File

@@ -71,6 +71,7 @@ set(MAN_PAGES
libssh2_channel_read_stderr.3
libssh2_channel_receive_window_adjust.3
libssh2_channel_receive_window_adjust2.3
libssh2_channel_request_auth_agent.3
libssh2_channel_request_pty.3
libssh2_channel_request_pty_ex.3
libssh2_channel_request_pty_size.3
@@ -191,6 +192,7 @@ set(MAN_PAGES
libssh2_sftp_unlink.3
libssh2_sftp_unlink_ex.3
libssh2_sftp_write.3
libssh2_sign_sk.3
libssh2_trace.3
libssh2_trace_sethandler.3
libssh2_userauth_authenticated.3
@@ -206,6 +208,7 @@ set(MAN_PAGES
libssh2_userauth_publickey_fromfile.3
libssh2_userauth_publickey_fromfile_ex.3
libssh2_userauth_publickey_frommemory.3
libssh2_userauth_publickey_sk.3
libssh2_version.3)
include(GNUInstallDirs)