Include man pages in distro tarball and make install. Note that this is still
(by far) an incomplete set of man pages.
Этот коммит содержится в:
родитель
be4c3f59d4
Коммит
bd1980ea1c
@ -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
|
||||||
|
@ -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
Обычный файл
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
|
Загрузка…
x
Ссылка в новой задаче
Block a user