- remove useless chapter Makefile

- add kernelbuild/chapter.sgml to the main Makefile

Approved by: keramida (mentor)
This commit is contained in:
Daniel Gerzo 2006-10-18 19:34:16 +00:00
parent e9dd92b996
commit 908d7e6654
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=28880
2 changed files with 1 additions and 15 deletions
en_US.ISO8859-1/books/developers-handbook
Makefile
kernelbuild

View file

@ -28,6 +28,7 @@ SRCS= book.sgml
SRCS+= dma/chapter.sgml
SRCS+= introduction/chapter.sgml
SRCS+= ipv6/chapter.sgml
SRCS+= kernelbuild/chapter.sgml
SRCS+= kerneldebug/chapter.sgml
SRCS+= l10n/chapter.sgml
SRCS+= policies/chapter.sgml

View file

@ -1,15 +0,0 @@
#
# Build the Handbook with just the content from this chapter.
#
# $FreeBSD$
#
CHAPTERS= kernelconfig/chapter.sgml
VPATH= ..
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
DOC_PREFIX?= ${.CURDIR}/../../../..
.include "../Makefile"