1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Add the texinfo'ed docs to the build/install.

This commit is contained in:
Mark Murray 1999-01-23 21:24:49 +00:00
parent 7b7bf77e65
commit e116238d83
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=43111
3 changed files with 13 additions and 11 deletions

View File

@ -3,9 +3,9 @@
# Makefile for amd
# This file is under a "BSD" copyright (c) by David O'Brien 1998
#
# $Id: Makefile,v 1.3 1998/08/27 08:09:38 obrien Exp $
# $Id: Makefile,v 1.4 1998/09/02 21:09:09 brian Exp $
#
SUBDIR= libamu amd amq fixmount fsinfo hlfsd mk-amd-map pawd scripts wire-test
SUBDIR= libamu amd amq doc fixmount fsinfo hlfsd mk-amd-map pawd scripts wire-test
.include <bsd.subdir.mk>

View File

@ -1,6 +1,6 @@
# ex:ts=8
#
# $Id: Makefile.inc,v 1.2 1998/08/30 19:59:35 gpalmer Exp $
# $Id: Makefile.inc,v 1.3 1998/09/09 16:11:01 obrien Exp $
#
# Makefile for amd
# This file is under a "BSD" copyright (c) by David O'Brien 1998.
@ -24,6 +24,7 @@ LIBAMUDIR!= cd ${.CURDIR}/../libamu; \
printf 'xwhere: .MAKE\n\t@echo \$${.OBJDIR}\n' | ${MAKE} -Bs -f-
LIBAMU= ${LIBAMUDIR}/libamu.a
.if !defined(INFO)
SRCS+= config_local.h
CLEANFILES+= config_local.h
@ -45,6 +46,7 @@ mount.h: ${MOUNT_X}
nfs_prot.h: ${NFS_PROT_X}
${RPCCOM} -h -C -DWANT_NFS3 ${NFS_PROT_X} -o ${.TARGET}
.endif
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"

View File

@ -1,14 +1,14 @@
# This file is under a "BSD" copyright (c) by David O'Brien 1998.
# $Id$
# $Id: Makefile,v 1.8 1998/08/27 08:09:41 obrien Exp $
INFO= am-utils
INFOSECTION= "AMD Documentation"
INFOENTRY= "* Am-utils: (am-utils). The Amd automounter suite of utilities"
MAKEINFOFLAGS+= -I ${.CURDIR}/../../../contrib/amd/doc
.PATH: ${.CURDIR}/../../../contrib/amd/doc
INFO = am-utils
INFOSECTION= "AMD Documentation"
INFOENTRY_cpio="* Am-utils: (am-utils). The Amd automounter suite of utilities"
SRCDIR= ${.CURDIR}/../../../contrib/amd/doc
.include <bsd.info.mk>