2012-08-21 21:16:02 +02:00
|
|
|
#
|
2006-01-06 10:15:41 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
# Build the FreeBSD Porter's Handbook.
|
|
|
|
#
|
|
|
|
|
|
|
|
MAINTAINER=doc@FreeBSD.org
|
|
|
|
|
|
|
|
DOC?= book
|
|
|
|
|
2006-01-31 02:31:06 +01:00
|
|
|
FORMATS?= html-split html
|
2006-01-06 10:15:41 +01:00
|
|
|
|
|
|
|
INSTALL_COMPRESSED?= gz
|
|
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
|
2012-08-21 21:16:02 +02:00
|
|
|
#
|
2006-01-06 10:15:41 +01:00
|
|
|
# SRCS lists the individual SGML files that make up the document. Changes
|
|
|
|
# to any of these files will force a rebuild
|
|
|
|
#
|
|
|
|
|
|
|
|
# SGML content
|
|
|
|
SRCS= book.sgml
|
|
|
|
|
|
|
|
# Use the local DSSSL file
|
|
|
|
DSLHTML?= ${.CURDIR}/freebsd.dsl
|
|
|
|
DSLPRINT?= ${.CURDIR}/freebsd.dsl
|
|
|
|
|
|
|
|
# Images from the cross-document image library
|
|
|
|
IMAGES_LIB+= callouts/1.png
|
|
|
|
IMAGES_LIB+= callouts/2.png
|
|
|
|
IMAGES_LIB+= callouts/3.png
|
|
|
|
IMAGES_LIB+= callouts/4.png
|
|
|
|
IMAGES_LIB+= callouts/5.png
|
|
|
|
IMAGES_LIB+= callouts/6.png
|
|
|
|
IMAGES_LIB+= callouts/7.png
|
|
|
|
IMAGES_LIB+= callouts/8.png
|
|
|
|
IMAGES_LIB+= callouts/9.png
|
|
|
|
IMAGES_LIB+= callouts/10.png
|
|
|
|
|
|
|
|
URL_RELPREFIX?= ../../../..
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
|
|
|
|
|
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|