Include man pages in distro tarball and make install. Note that this is still

(by far) an incomplete set of man pages.
This commit is contained in:
Daniel Stenberg 2007-02-02 22:27:06 +00:00
parent be4c3f59d4
commit bd1980ea1c
3 changed files with 11 additions and 2 deletions

View File

@ -1,6 +1,6 @@
AUTOMAKE_OPTIONS = foreign nostdinc AUTOMAKE_OPTIONS = foreign nostdinc
SUBDIRS = src example tests SUBDIRS = src example tests docs
include_HEADERS = include/libssh2.h include/libssh2_publickey.h \ include_HEADERS = include/libssh2.h include/libssh2_publickey.h \
include/libssh2_sftp.h include/libssh2_sftp.h

View File

@ -275,5 +275,6 @@ AC_CONFIG_FILES([Makefile
src/Makefile src/Makefile
tests/Makefile tests/Makefile
example/Makefile example/Makefile
example/simple/Makefile]) example/simple/Makefile
docs/Makefile])
AC_OUTPUT AC_OUTPUT

8
docs/Makefile.am Normal file
View File

@ -0,0 +1,8 @@
# $Id: Makefile.am,v 1.1 2007/02/02 22:27:06 bagder Exp $
EXTRA_DIST = template.3
man_MANS = libssh2_channel_forward_accept.3 libssh2_session_init.3 \
libssh2_channel_forward_listen_ex.3 libssh2_session_startup.3 \
libssh2_channel_read_ex.3 libssh2_sftp_init.3 libssh2_channel_readnb_ex.3 \
libssh2_sftp_open_ex.3 libssh2_channel_set_blocking.3 libssh2_session_free.3