4045582769
1.2 -> 1.5 design-44bsd/Makefile
21 lines
352 B
Makefile
21 lines
352 B
Makefile
# $FreeBSD$
|
|
# Original revision: 1.5
|
|
|
|
DOC?= book
|
|
|
|
FORMATS?= html
|
|
|
|
IMAGES_EN= 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"
|