head	1.6;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_6_3_0:1.6
	RELEASE_7_0_0:1.6
	RELEASE_6_2_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_1_0:1.6
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	old_RELEASE_4_3_0:1.1
	old_RELEASE_4_2_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2004.04.06.16.10.08;	author phantom;	state Exp;
branches;
next	1.5;

1.5
date	2004.04.06.13.40.48;	author phantom;	state Exp;
branches;
next	1.4;

1.4
date	2003.04.22.18.35.41;	author hrs;	state Exp;
branches;
next	1.3;

1.3
date	2003.04.19.11.39.27;	author hrs;	state Exp;
branches;
next	1.2;

1.2
date	2003.04.11.09.21.14;	author blackend;	state Exp;
branches;
next	1.1;

1.1
date	2000.10.08.19.23.10;	author nik;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Sync these Makefiles to have one style of declarations and comments.
@
text
@#
# $FreeBSD$
#
# Article: Design elements of the FreeBSD VM system

DOC?= article

FORMATS?= html
WITH_ARTICLE_TOC?= YES

INSTALL_COMPRESSED?=gz
INSTALL_ONLY_COMPRESSED?=

SRCS=		article.sgml
IMAGES_EN=	fig1.eps
IMAGES_EN+=	fig2.eps
IMAGES_EN+=	fig3.eps
IMAGES_EN+=	fig4.eps

DOC_PREFIX?= ${.CURDIR}/../../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
@


1.5
log
@Add WITH_ARTICLE_TOC to big articles to simplify navigation across
article.
@
text
@d1 1
d3 2
d9 1
a9 2

IMAGES_EN=	fig1.eps fig2.eps fig3.eps fig4.eps
d14 5
a18 3
WITH_ARTICLE_TOC?=YES

SRCS= article.sgml
a20 1

@


1.4
log
@Back out WITH_DOCFORMAT_NAVI_LINK?=YES in Makefile.  The navi-link
is generated when ${WITH_DOCFORMAT_NAVI_LINK} is defined or
${FORMATS} includes "html" and "html-split."
@
text
@d12 2
@


1.3
log
@- Add WITH_DOCFORMAT_NAVI_LINK to mk/doc.docbook.mk and
  enable it in en_US.ISO8859-1/ and ja_JP.eucJP/.

- Add PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
  and l10n.ent for entity localization.

- Use share/misc/docbook.css for indentiation of <programlisting>
  and <screen>.

- Add some missing $FreeBSD$.
@
text
@a11 2
WITH_DOCFORMAT_NAVI_LINK?=YES

@


1.2
log
@Commit images separation from en_US.ISO8859-1/ directory to
share/images.  To link "generic" images (share/images ones) from
Makefiles use IMAGES_EN and to link localized images use IMAGES.
For an example look at en_US.ISO8859-1/books/handbook/Makefile
@
text
@d12 2
@


1.1
log
@This is Matt Dillon's VM Design article from DaemonNews.  It's here

  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.
@
text
@d1 1
a1 1
# $FreeBSD: doc/en_US.ISO_8859-1/articles/mh/Makefile,v 1.8 1999/09/06 06:52:37 peter Exp $
d7 1
a7 1
IMAGES=	fig1.eps fig2.eps fig3.eps fig4.eps
@

