head	1.4;
access;
symbols
	RELENG_4_11_0_RELEASE:1.3.2.2
	RELENG_4_11:1.3.2.2.0.16
	RELENG_4_11_BP:1.3.2.2
	RELENG_4_10_0_RELEASE:1.3.2.2
	RELENG_4_10:1.3.2.2.0.14
	RELENG_4_10_BP:1.3.2.2
	RELENG_4_9_0_RELEASE:1.3.2.2
	RELENG_4_9:1.3.2.2.0.12
	RELENG_4_9_BP:1.3.2.2
	RELENG_4_8_0_RELEASE:1.3.2.2
	RELENG_4_8:1.3.2.2.0.10
	RELENG_4_8_BP:1.3.2.2
	RELENG_4_7_0_RELEASE:1.3.2.2
	RELENG_4_7:1.3.2.2.0.8
	RELENG_4_7_BP:1.3.2.2
	RELENG_4_6_2_RELEASE:1.3.2.2
	RELENG_4_6_1_RELEASE:1.3.2.2
	RELENG_4_6_0_RELEASE:1.3.2.2
	RELENG_4_6:1.3.2.2.0.6
	RELENG_4_6_BP:1.3.2.2
	RELENG_4_5_0_RELEASE:1.3.2.2
	RELENG_4_5:1.3.2.2.0.4
	RELENG_4_5_BP:1.3.2.2
	RELENG_4_4_0_RELEASE:1.3.2.2
	RELENG_4_4:1.3.2.2.0.2
	RELENG_4_4_BP:1.3.2.2
	RELENG_4:1.3.0.2;
locks; strict;
comment	@# @;


1.4
date	2001.06.11.01.48.16;	author ache;	state dead;
branches;
next	1.3;

1.3
date	2001.05.02.22.02.49;	author bmah;	state Exp;
branches
	1.3.2.1;
next	1.2;

1.2
date	2001.04.29.21.05.12;	author dd;	state Exp;
branches;
next	1.1;

1.1
date	2001.04.27.21.28.02;	author bmah;	state Exp;
branches;
next	;

1.3.2.1
date	2001.06.01.18.02.58;	author bmah;	state Exp;
branches;
next	1.3.2.2;

1.3.2.2
date	2001.06.22.00.29.21;	author bmah;	state dead;
branches;
next	;


desc
@@


1.4
log
@ISO_* -> ISO* rename
@
text
@# $FreeBSD: src/release/doc/en_US.ISO_8859-1/relnotes/i386/Makefile,v 1.3 2001/05/02 22:02:49 bmah Exp $

RELN_ROOT?= ${.CURDIR}/../../..

DOC?= article
FORMATS?= html
INSTALL_COMPRESSED?= gz
INSTALL_ONLY_COMPRESSED?=

# SGML content
SRCS+=	article.sgml
SRCS+=	../common/relnotes.ent
SRCS+=	../common/artheader.sgml
SRCS+=	../common/new.sgml
SRCS+=	../common/upgrading.sgml

.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
@


1.3
log
@RELNOTESng infrastructure fixes:

1.  There is now only one RELNOTESng stylesheet; the architecture-specific
stylesheets (to handle different values of the arch= attribute) are gone.

2.  Several Makefile variable definitions were factored into
doc.relnotes.mk.

Submitted by:	dd
@
text
@d1 1
a1 1
# $FreeBSD: src/release/doc/en_US.ISO_8859-1/relnotes/i386/Makefile,v 1.2 2001/04/29 21:05:12 dd Exp $
@


1.3.2.1
log
@MFC:  RELNOTESng.

I didn't MFC the changes to the release Makefile or the nuking of the
*.TXT files.  We're not ready for that yet.  I just wanted to get the
RELNOTESng sources for RELENG_4 into the repository so I can maintain
the content in parallel with the *.TXT version of the release notes.

These files include an SGML-ified version of RELENG_4's release notes,
plus the hardware compatability lists from HEAD (minus
CURRENT-specific features such as Cardbus support).
@
text
@d1 1
a1 1
# $FreeBSD: src/release/doc/en_US.ISO_8859-1/relnotes/i386/Makefile,v 1.3 2001/05/02 22:02:49 bmah Exp $
@


1.3.2.2
log
@MFC:  ISO_* -> ISO* rename.
@
text
@d1 1
a1 1
# $FreeBSD: src/release/doc/en_US.ISO_8859-1/relnotes/i386/Makefile,v 1.3.2.1 2001/06/01 18:02:58 bmah Exp $
@


1.2
log
@Build system:
o Define a RELN_ROOT variable which points to the root of the relnotes
  tree (i.e., src/release/doc).
o By default, define DOC_PREFIX in terms of RELN_ROOT; this gives a
  bigger chance of finding the doc/ tree without help in the form of
  setting DOC_PREFIX on the command line.
o Respect DOCDIR; `make install` works now.

Approved by:	bmah
@
text
@d1 1
a1 1
# $FreeBSD: src/release/doc/en_US.ISO_8859-1/relnotes/i386/Makefile,v 1.1 2001/04/27 21:28:02 bmah Exp $
a8 1
EXTRA_CATALOGS+= ${RELN_ROOT}/share/sgml/catalog
a15 4

# Use the appropriate architecture-dependent RELNOTESng stylesheet
DSLHTML?=	${RELN_ROOT}/share/sgml/release-i386.dsl
DSLPRINT?=	${RELN_ROOT}/share/sgml/release-i386.dsl
@


1.1
log
@First commit of RELNOTESng, the rewrite of the *.TXT documentation
files.

src/release/doc/README has additional information.

Reviewed by:	-current, -doc
@
text
@d1 3
a3 1
# $FreeBSD$
d9 1
a9 1
EXTRA_CATALOGS+= ../../../share/sgml/catalog
d19 2
a20 2
DSLHTML?=	${.CURDIR}/../../../share/sgml/release-i386.dsl
DSLPRINT?=	${.CURDIR}/../../../share/sgml/release-i386.dsl
d22 1
a22 1
DOC_PREFIX?= /usr/doc
@

