head	1.5;
access;
symbols
	RELENG_4_11_0_RELEASE:1.4
	RELENG_4_11:1.4.0.26
	RELENG_4_11_BP:1.4
	RELENG_4_10_0_RELEASE:1.4
	RELENG_4_10:1.4.0.24
	RELENG_4_10_BP:1.4
	RELENG_5_2_1_RELEASE:1.4
	RELENG_5_2_0_RELEASE:1.4
	RELENG_5_2:1.4.0.22
	RELENG_5_2_BP:1.4
	RELENG_4_9_0_RELEASE:1.4
	RELENG_4_9:1.4.0.20
	RELENG_4_9_BP:1.4
	RELENG_5_1_0_RELEASE:1.4
	RELENG_5_1:1.4.0.18
	RELENG_5_1_BP:1.4
	RELENG_4_8_0_RELEASE:1.4
	RELENG_4_8:1.4.0.16
	RELENG_4_8_BP:1.4
	RELENG_5_0_0_RELEASE:1.4
	RELENG_5_0:1.4.0.14
	RELENG_5_0_BP:1.4
	RELENG_4_7_0_RELEASE:1.4
	RELENG_4_7:1.4.0.12
	RELENG_4_7_BP:1.4
	RELENG_4_6_2_RELEASE:1.4
	RELENG_4_6_1_RELEASE:1.4
	RELENG_4_6_0_RELEASE:1.4
	RELENG_4_6:1.4.0.10
	RELENG_4_6_BP:1.4
	RELENG_4_5_0_RELEASE:1.4
	RELENG_4_5:1.4.0.8
	RELENG_4_5_BP:1.4
	RELENG_4_4_0_RELEASE:1.4
	RELENG_4_4:1.4.0.6
	RELENG_4_4_BP:1.4
	RELENG_4_3_0_RELEASE:1.4
	RELENG_4_3:1.4.0.4
	RELENG_4_3_BP:1.4
	RELENG_4_2_0_RELEASE:1.4
	RELENG_4_1_1_RELEASE:1.4
	PRE_SMPNG:1.4
	RELENG_4_1_0_RELEASE:1.4
	RELENG_3_5_0_RELEASE:1.2.2.1
	RELENG_4_0_0_RELEASE:1.4
	RELENG_4:1.4.0.2
	RELENG_4_BP:1.4
	RELENG_3_4_0_RELEASE:1.2.2.1
	RELENG_3_3_0_RELEASE:1.2.2.1
	RELENG_3_2_PAO:1.2.0.4
	RELENG_3_2_PAO_BP:1.2
	RELENG_3_2_0_RELEASE:1.2
	RELENG_3_1_0_RELEASE:1.2
	RELENG_3:1.2.0.2
	RELENG_3_BP:1.2
	RELENG_3_0_0_RELEASE:1.1;
locks; strict;
comment	@# @;


1.5
date	2004.03.24.08.01.14;	author luigi;	state dead;
branches;
next	1.4;

1.4
date	99.10.08.05.20.06;	author dwhite;	state Exp;
branches
	1.4.2.1;
next	1.3;

1.3
date	99.08.28.01.33.23;	author peter;	state Exp;
branches;
next	1.2;

1.2
date	98.10.28.16.16.30;	author abial;	state Exp;
branches
	1.2.2.1;
next	1.1;

1.1
date	98.09.26.17.23.01;	author abial;	state Exp;
branches;
next	;

1.4.2.1
date	2012.11.17.07.24.21;	author svnexp;	state Exp;
branches;
next	;

1.2.2.1
date	99.08.29.15.52.42;	author peter;	state Exp;
branches;
next	;


desc
@@


1.5
log
@remove stale documentation
@
text
@#
# $FreeBSD: src/release/picobsd/doc/src/Makefile,v 1.4 1999/10/08 05:20:06 dwhite Exp $
#

.include "../../Version"

DATE!="date"

DOCS= 	bugs.html faq.html hardware.html how2build.html \
	intrinsics.html intro.html TODO.html installflp.html

all: ../../Version
	for i in ${DOCS}; \
	do \
		cat $${i}|sed	-e 's/@@VER@@/${VER}/g' \
				-e 's/@@DATE@@/${DATE}/g' >../$${i}; \
	done
@


1.4
log
@Add documentation for the PicoBSD install floppy.
@
text
@d2 1
a2 1
# $FreeBSD: src/release/picobsd/doc/src/Makefile,v 1.3 1999/08/28 01:33:23 peter Exp $
@


1.4.2.1
log
@Switch importer
@
text
@d2 1
a2 1
# $FreeBSD: stable/4/release/picobsd/doc/src/Makefile 52005 1999-10-08 05:20:06Z dwhite $
@


1.3
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
d10 1
a10 1
	intrinsics.html intro.html TODO.html
@


1.2
log
@Added TODO list. Automate changing of the "Last updated" field.
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.1 1998/09/26 17:23:01 abial Exp $
@


1.2.2.1
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.1
log
@Move the documents to src/ so that using new version number is easier.
@
text
@d2 1
a2 1
#	$Id$
d7 2
d10 1
a10 1
	intrinsics.html intro.html
d13 1
a13 1
	for i in `ls *.html`; \
d15 2
a16 1
		cat $${i}|sed -e 's/@@VER@@/${VER}/g' >../$${i}; \
@

