a) Because it's a cool piece of documentation b) It's a real world example of using images in the documentation. It's not turned on in the upper level Makefile yet, as I expect the specifics of the toolchain to change over the next week or so as people play around with this, and I don't want to the doc build mirrors to have to suddenly update the ports they have installed. Once this has stabilised it can be turned on.
16 lines
322 B
Makefile
16 lines
322 B
Makefile
# $FreeBSD: doc/en_US.ISO_8859-1/articles/mh/Makefile,v 1.8 1999/09/06 06:52:37 peter Exp $
|
|
|
|
DOC?= article
|
|
|
|
FORMATS?= html
|
|
|
|
IMAGES= fig1.eps fig2.eps fig3.eps fig4.eps
|
|
|
|
INSTALL_COMPRESSED?=gz
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
SRCS= article.sgml
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
|
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|