doc/en_US.ISO_8859-1/books/design-44bsd/Makefile
Nik Clayton 3d8787466c Update the <legalnotice> at the publisher's request. Add a document
specific freebsd.dsl to ensure that the legalnotice remains with the
document, rather than being hived off in to a separate file.
2001-03-09 18:05:31 +00:00

20 lines
409 B
Makefile

# $FreeBSD: doc/en_US.ISO_8859-1/books/design-44bsd/Makefile,v 1.1 2001/02/20 20:01:32 nik Exp $
DOC?= book
FORMATS?= html
IMAGES= fig1.eps fig2.eps
INSTALL_COMPRESSED?=gz
INSTALL_ONLY_COMPRESSED?=
SRCS= book.sgml
# Use the local DSSSL file
DSLHTML?= ${.CURDIR}/freebsd.dsl
DSLPRINT?= ${.CURDIR}/freebsd.dsl
DOC_PREFIX?= ${.CURDIR}/../../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"