From 7b80a188dd4dfa2c00f145b785c477b7c271097f Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Mon, 28 Jul 2014 23:54:55 +0200 Subject: [PATCH] docs: added missing libssh2_session_handshake.3 file --- docs/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Makefile.am b/docs/Makefile.am index e6ab3944..e09b130c 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -102,6 +102,7 @@ dist_man_MANS = \ libssh2_session_free.3 \ libssh2_session_get_blocking.3 \ libssh2_session_get_timeout.3 \ + libssh2_session_handshake.3 \ libssh2_session_hostkey.3 \ libssh2_session_init.3 \ libssh2_session_init_ex.3 \