From 1329dc515528bacde9de6fcfa2055b8a731e9e18 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 15 Mar 2015 11:48:59 +0100 Subject: [PATCH] docs: add libssh2_userauth_publickey_frommemory.3 to dist The function and man page were added in commit 18cfec8336e --- docs/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Makefile.am b/docs/Makefile.am index c5d0b90..dc11f2f 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -169,4 +169,5 @@ dist_man_MANS = \ libssh2_userauth_publickey.3 \ libssh2_userauth_publickey_fromfile.3 \ libssh2_userauth_publickey_fromfile_ex.3 \ + libssh2_userauth_publickey_frommemory.3 \ libssh2_version.3