head	1.12;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.12
	RELEASE_8_2_0:1.12
	RELEASE_8_1_0:1.12
	RELEASE_7_3_0:1.12
	RELEASE_8_0_0:1.12
	RELEASE_7_2_0:1.12
	RELEASE_7_1_0:1.12
	RELEASE_6_4_0:1.12
	RELEASE_6_3_0:1.12
	RELEASE_7_0_0:1.12
	RELEASE_6_2_0:1.12
	RELEASE_5_5_0:1.12
	RELEASE_6_1_0:1.12
	RELEASE_6_0_0:1.12
	RELEASE_5_4_0:1.12
	RELEASE_4_11_0:1.12
	RELEASE_5_3_0:1.12
	RELEASE_4_10_0:1.12
	RELEASE_5_2_1:1.10
	RELEASE_5_2_0:1.10
	RELEASE_4_9_0:1.10
	RELEASE_5_1_0:1.10
	RELEASE_4_8_0:1.8
	RELEASE_5_0_0:1.8
	RELEASE_4_7_0:1.8
	RELEASE_4_6_2:1.8
	RELEASE_4_6_1:1.8
	RELEASE_4_6_0:1.8
	RELEASE_4_5_0:1.8
	RELEASE_4_4_0:1.8
	old_RELEASE_4_3_0:1.8
	old_RELEASE_4_2_0:1.8
	old_RELEASE_4_1_0:1.8
	old_RELEASE_3_5_0:1.8
	old_oldv1_0:1.1.1.1
	old_oldJFIEBER:1.1.1;
locks; strict;
comment	@# @;


1.12
date	2004.04.06.16.10.06;	author phantom;	state Exp;
branches;
next	1.11;

1.11
date	2004.04.06.13.40.48;	author phantom;	state Exp;
branches;
next	1.10;

1.10
date	2003.04.22.18.35.39;	author hrs;	state Exp;
branches;
next	1.9;

1.9
date	2003.04.19.11.39.25;	author hrs;	state Exp;
branches;
next	1.8;

1.8
date	99.09.06.06.52.37;	author peter;	state Exp;
branches;
next	1.7;

1.7
date	99.09.03.17.40.11;	author nik;	state Exp;
branches;
next	1.6;

1.6
date	99.08.29.00.02.19;	author jhb;	state Exp;
branches;
next	1.5;

1.5
date	99.08.16.22.09.08;	author nik;	state Exp;
branches;
next	1.4;

1.4
date	97.07.01.05.38.14;	author max;	state Exp;
branches;
next	1.3;

1.3
date	97.03.23.16.27.46;	author jfieber;	state Exp;
branches;
next	1.2;

1.2
date	96.10.06.00.08.28;	author jfieber;	state Exp;
branches;
next	1.1;

1.1
date	96.09.24.17.46.03;	author jfieber;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	96.09.24.17.46.03;	author jfieber;	state Exp;
branches;
next	;


desc
@@


1.12
log
@Sync these Makefiles to have one style of declarations and comments.
@
text
@#
# $FreeBSD$
#
# Article: Installing and Using FreeBSD With Other Operating Systems

DOC?= article

FORMATS?= html
WITH_ARTICLE_TOC?= YES

INSTALL_COMPRESSED?=gz
INSTALL_ONLY_COMPRESSED?=

SRCS=	article.sgml

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


1.11
log
@Add WITH_ARTICLE_TOC to big articles to simplify navigation across
article.
@
text
@d1 1
d3 2
d9 1
d14 1
a14 3
WITH_ARTICLE_TOC?=YES

SRCS= article.sgml
a16 1

@


1.10
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
@d10 2
@


1.9
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
@a9 2
WITH_DOCFORMAT_NAVI_LINK?=YES

@


1.8
log
@$Id$ -> $FreeBSD$
@
text
@d10 2
@


1.7
log
@Use the new doc.project.mk file, and ${.CURDIR}.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.6 1999/08/29 00:02:19 jhb Exp $
@


1.6
log
@Make the doc/en_* makefiles repect ${DOC_PREFIX} when they include
${DOC_PREFIX}/share/mk/docproj.docbook.mk instead of using hard-coded
paths.

Reviewed partially by:	nik, billf
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.5 1999/08/16 22:09:08 nik Exp $
d12 1
a12 1
DOC_PREFIX?= ../../..
d14 1
a14 1
.include "${DOC_PREFIX}/share/mk/docproj.docbook.mk"
@


1.5
log
@The new Makefile framework.  Does the right thing (pretty much) except
in the case of */FAQ/Makefile, because the FAQs are all in the wrong
place.  Things still install properly, but some of the directory paths
are hardcoded.  This will be going away ASAP.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.4 1997/07/01 05:38:13 max Exp $
d14 1
a14 1
.include "../../../share/mk/docproj.docbook.mk"
@


1.4
log
@Add $Id$.
@
text
@d1 1
a1 1
# $Id$
d3 1
a3 2
DOCS=	multios.docb
INDEXLINK=	multios.html
d5 1
a5 1
.include "../../web.mk"
d7 8
@


1.3
log
@Another tutorial converted to Docbook.
@
text
@d1 2
@


1.2
log
@Wire up the new sgmlfmt options.
@
text
@d1 2
a2 2
DOC=		multios
SRCS=		multios.sgml
d4 1
a4 1
.include <bsd.sgml.mk>
@


1.1
log
@Initial revision
@
text
@a2 1
SGMLOPTS=	-ssi
@


1.1.1.1
log
@Web pages, may I introduce you to CVS.  CVS, these are the web pages.

Yes, this is supposed to be a new top level in the repository.

For the moment any changes to this area must be cleared by myself
or Jordan.  Once the kinks are worked out, the policy will probably
be relaxed.
@
text
@@
