head	1.4;
access;
symbols
	RELENG_5_5_0_RELEASE:1.3.8.1
	RELENG_5_5:1.3.8.1.0.2
	RELENG_5_5_BP:1.3.8.1
	RELENG_5_4_0_RELEASE:1.3
	RELENG_5_4:1.3.0.12
	RELENG_5_4_BP:1.3
	RELENG_5_3_0_RELEASE:1.3
	RELENG_5_3:1.3.0.10
	RELENG_5_3_BP:1.3
	RELENG_5:1.3.0.8
	RELENG_5_BP:1.3
	RELENG_5_2_1_RELEASE:1.3
	RELENG_5_2_0_RELEASE:1.3
	RELENG_5_2:1.3.0.6
	RELENG_5_2_BP:1.3
	RELENG_5_1_0_RELEASE:1.3
	RELENG_5_1:1.3.0.4
	RELENG_5_1_BP:1.3
	RELENG_5_0_0_RELEASE:1.3
	RELENG_5_0:1.3.0.2
	RELENG_5_0_BP:1.3;
locks; strict;
comment	@# @;


1.4
date	2005.03.09.18.32.28;	author hrs;	state dead;
branches;
next	1.3;

1.3
date	2002.10.26.01.37.09;	author bmah;	state Exp;
branches
	1.3.8.1;
next	1.2;

1.2
date	2002.10.25.21.58.06;	author bmah;	state Exp;
branches;
next	1.1;

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

1.3.8.1
date	2005.04.06.18.35.13;	author hrs;	state dead;
branches;
next	;


desc
@@


1.4
log
@Retire the Early Adopter's Guide in HEAD.
@
text
@# $FreeBSD: src/release/doc/en_US.ISO8859-1/early-adopter/Makefile,v 1.3 2002/10/26 01:37:09 bmah Exp $

RELN_ROOT?= ${.CURDIR}/../..
.ifdef NO_LANGCODE_IN_DESTDIR
DESTDIR?= ${DOCDIR}/early-adopter
.else
DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/early-adopter
.endif

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

SRCS+= article.sgml

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


1.3
log
@Sigh.  Fix past-o in install directory.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.3.8.1
log
@Deorbit the Migration Guide on RELENG_5.
@
text
@d1 1
a1 1
# $FreeBSD: src/release/doc/en_US.ISO8859-1/early-adopter/Makefile,v 1.3 2002/10/26 01:37:09 bmah Exp $
@


1.2
log
@Hook up early-adopter article to RELNOTESng build.
@
text
@d5 1
a5 1
DESTDIR?= ${DOCDIR}/readme
d7 1
a7 1
DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/readme
@


1.1
log
@MFP4:  Add the "Early Adopter's Guide to FreeBSD 5.0-RELEASE"
from the releng Perforce repository.  (Not hooked up to the RELNOTESng
build yet.)

	Makefile#1
	article.sgml#6

Reviewed by:	re
@
text
@d3 7
a10 1

a11 1

d15 1
a15 3
SRCS= article.sgml

DOC_PREFIX?= /usr/doc
d17 1
@

