Makefile's to make it easy to build individual handbook chapters. These
are *not* recursed in to by the top level Makefile.
This commit is contained in:
parent
cb452b8975
commit
4e521b8bb2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9773
33 changed files with 495 additions and 0 deletions
15
en_US.ISO8859-1/books/handbook/disks/Makefile
Normal file
15
en_US.ISO8859-1/books/handbook/disks/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
#
|
||||
# Build the Handbook with just the content from this chapter.
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CHAPTERS= disks/chapter.sgml
|
||||
|
||||
VPATH= ..
|
||||
|
||||
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../../..
|
||||
|
||||
.include "../Makefile"
|
Loading…
Add table
Add a link
Reference in a new issue