1
1

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

(by far) an incomplete set of man pages.
Этот коммит содержится в:
Daniel Stenberg 2007-02-02 22:27:06 +00:00
родитель be4c3f59d4
Коммит bd1980ea1c
3 изменённых файлов: 11 добавлений и 2 удалений

Просмотреть файл

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

Просмотреть файл

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

8
docs/Makefile.am Обычный файл
Просмотреть файл

@ -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