mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-24 11:08:45 +00:00
Install the lwres man pages.
This commit is contained in:
parent
6e8b041d9c
commit
bf6d4f9cad
4
configure
vendored
4
configure
vendored
@ -15,7 +15,7 @@
|
|||||||
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||||
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
# From configure.in Revision: 1.214
|
# From configure.in Revision: 1.215
|
||||||
|
|
||||||
## libtool.m4 - Configure libtool for the target system. -*-Shell-script-*-
|
## libtool.m4 - Configure libtool for the target system. -*-Shell-script-*-
|
||||||
## Copyright (C) 1996-1999, 2000 Free Software Foundation, Inc.
|
## Copyright (C) 1996-1999, 2000 Free Software Foundation, Inc.
|
||||||
@ -5095,6 +5095,7 @@ trap 'rm -fr `echo "make/rules
|
|||||||
lib/lwres/include/lwres/Makefile
|
lib/lwres/include/lwres/Makefile
|
||||||
lib/lwres/include/lwres/netdb.h
|
lib/lwres/include/lwres/netdb.h
|
||||||
lib/lwres/include/lwres/platform.h
|
lib/lwres/include/lwres/platform.h
|
||||||
|
lib/lwres/man/Makefile
|
||||||
lib/omapi/Makefile
|
lib/omapi/Makefile
|
||||||
lib/omapi/include/Makefile
|
lib/omapi/include/Makefile
|
||||||
lib/omapi/include/omapi/Makefile
|
lib/omapi/include/omapi/Makefile
|
||||||
@ -5345,6 +5346,7 @@ CONFIG_FILES=\${CONFIG_FILES-"make/rules
|
|||||||
lib/lwres/include/lwres/Makefile
|
lib/lwres/include/lwres/Makefile
|
||||||
lib/lwres/include/lwres/netdb.h
|
lib/lwres/include/lwres/netdb.h
|
||||||
lib/lwres/include/lwres/platform.h
|
lib/lwres/include/lwres/platform.h
|
||||||
|
lib/lwres/man/Makefile
|
||||||
lib/omapi/Makefile
|
lib/omapi/Makefile
|
||||||
lib/omapi/include/Makefile
|
lib/omapi/include/Makefile
|
||||||
lib/omapi/include/omapi/Makefile
|
lib/omapi/include/omapi/Makefile
|
||||||
|
@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
|
|||||||
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
|
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
|
||||||
AC_DIVERT_POP()dnl
|
AC_DIVERT_POP()dnl
|
||||||
|
|
||||||
AC_REVISION($Revision: 1.215 $)
|
AC_REVISION($Revision: 1.216 $)
|
||||||
|
|
||||||
AC_INIT(lib/dns/name.c)
|
AC_INIT(lib/dns/name.c)
|
||||||
AC_PREREQ(2.13)
|
AC_PREREQ(2.13)
|
||||||
@ -1331,6 +1331,7 @@ AC_OUTPUT(
|
|||||||
lib/lwres/include/lwres/Makefile
|
lib/lwres/include/lwres/Makefile
|
||||||
lib/lwres/include/lwres/netdb.h
|
lib/lwres/include/lwres/netdb.h
|
||||||
lib/lwres/include/lwres/platform.h
|
lib/lwres/include/lwres/platform.h
|
||||||
|
lib/lwres/man/Makefile
|
||||||
lib/omapi/Makefile
|
lib/omapi/Makefile
|
||||||
lib/omapi/include/Makefile
|
lib/omapi/include/Makefile
|
||||||
lib/omapi/include/omapi/Makefile
|
lib/omapi/include/omapi/Makefile
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||||
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
# $Id: Makefile.in,v 1.23 2001/01/09 21:59:10 bwelling Exp $
|
# $Id: Makefile.in,v 1.24 2001/01/19 22:46:26 bwelling Exp $
|
||||||
|
|
||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
@ -45,7 +45,7 @@ SRCS = context.c gai_strerror.c getaddrinfo.c gethost.c \
|
|||||||
|
|
||||||
LIBS = @LIBS@
|
LIBS = @LIBS@
|
||||||
|
|
||||||
SUBDIRS = include
|
SUBDIRS = include man
|
||||||
TARGETS = timestamp
|
TARGETS = timestamp
|
||||||
|
|
||||||
@BIND9_MAKE_RULES@
|
@BIND9_MAKE_RULES@
|
||||||
|
1
lib/lwres/man/.cvsignore
Normal file
1
lib/lwres/man/.cvsignore
Normal file
@ -0,0 +1 @@
|
|||||||
|
Makefile
|
57
lib/lwres/man/Makefile.in
Normal file
57
lib/lwres/man/Makefile.in
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
srcdir = @srcdir@
|
||||||
|
VPATH = @srcdir@
|
||||||
|
top_srcdir = @top_srcdir@
|
||||||
|
|
||||||
|
@BIND9_VERSION@
|
||||||
|
|
||||||
|
@BIND9_MAKE_RULES@
|
||||||
|
|
||||||
|
# Alphabetically
|
||||||
|
MANPAGES = lwres.3 lwres_addr_parse.3 lwres_buffer.3 \
|
||||||
|
lwres_buffer_add.3 lwres_buffer_back.3 lwres_buffer_clear.3 \
|
||||||
|
lwres_buffer_first.3 lwres_buffer_forward.3 \
|
||||||
|
lwres_buffer_getmem.3 lwres_buffer_getuint16.3 \
|
||||||
|
lwres_buffer_getuint32.3 lwres_buffer_getuint8.3 \
|
||||||
|
lwres_buffer_init.3 lwres_buffer_invalidate.3 \
|
||||||
|
lwres_buffer_putmem.3 lwres_buffer_putuint16.3 \
|
||||||
|
lwres_buffer_putuint32.3 lwres_buffer_putuint8.3 \
|
||||||
|
lwres_buffer_subtract.3 lwres_conf_clear.3 \
|
||||||
|
lwres_conf_get.3 lwres_conf_init.3 \
|
||||||
|
lwres_conf_parse.3 lwres_conf_print.3 \
|
||||||
|
lwres_config.3 lwres_context.3 \
|
||||||
|
lwres_context_allocmem.3 lwres_context_create.3 \
|
||||||
|
lwres_context_destroy.3 lwres_context_freemem.3 \
|
||||||
|
lwres_context_initserial.3 lwres_context_nextserial.3 \
|
||||||
|
lwres_context_sendrecv.3 lwres_endhostent.3 \
|
||||||
|
lwres_endhostent_r.3 lwres_freeaddrinfo.3 \
|
||||||
|
lwres_freehostent.3 lwres_gabn.3 \
|
||||||
|
lwres_gabnrequest_free.3 lwres_gabnrequest_parse.3 \
|
||||||
|
lwres_gabnrequest_render.3 lwres_gabnresponse_free.3 \
|
||||||
|
lwres_gabnresponse_parse.3 lwres_gabnresponse_render.3 \
|
||||||
|
lwres_gai_strerror.3 lwres_getaddrinfo.3 \
|
||||||
|
lwres_getaddrsbyname.3 lwres_gethostbyaddr.3 \
|
||||||
|
lwres_gethostbyaddr_r.3 lwres_gethostbyname.3 \
|
||||||
|
lwres_gethostbyname2.3 lwres_gethostbyname_r.3 \
|
||||||
|
lwres_gethostent.3 lwres_gethostent_r.3 \
|
||||||
|
lwres_getipnode.3 lwres_getipnodebyaddr.3 \
|
||||||
|
lwres_getipnodebyname.3 lwres_getnamebyaddr.3 \
|
||||||
|
lwres_getnameinfo.3 lwres_getrrsetbyname.3 \
|
||||||
|
lwres_gnba.3 lwres_gnbarequest_free.3 \
|
||||||
|
lwres_gnbarequest_parse.3 lwres_gnbarequest_render.3 \
|
||||||
|
lwres_gnbaresponse_free.3 lwres_gnbaresponse_parse.3 \
|
||||||
|
lwres_gnbaresponse_render.3 lwres_herror.3 \
|
||||||
|
lwres_hstrerror.3 lwres_inetntop.3 \
|
||||||
|
lwres_lwpacket_parseheader.3 lwres_lwpacket_renderheader.3 \
|
||||||
|
lwres_net_ntop.3 lwres_noop.3 \
|
||||||
|
lwres_nooprequest_free.3 lwres_nooprequest_parse.3 \
|
||||||
|
lwres_nooprequest_render.3 lwres_noopresponse_free.3 \
|
||||||
|
lwres_noopresponse_parse.3 lwres_noopresponse_render.3 \
|
||||||
|
lwres_packet.3 lwres_resutil.3 \
|
||||||
|
lwres_sethostent.3 lwres_sethostent_r.3 \
|
||||||
|
lwres_string_parse.3
|
||||||
|
|
||||||
|
installdirs:
|
||||||
|
$(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${mandir}/man3
|
||||||
|
|
||||||
|
install:: installdirs
|
||||||
|
for m in ${MANPAGES}; do ${INSTALL_PROGRAM} $$m ${DESTDIR}${mandir}/man3; done
|
Loading…
x
Reference in New Issue
Block a user