- remove useless chapter Makefile
- add kernelbuild/chapter.sgml to the main Makefile Approved by: keramida (mentor)
This commit is contained in:
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
|
@ -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
|
||||
|
|
|
@ -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"
|
Loading…
Reference in a new issue