head	1.9;
access;
symbols
	RELEASE_2_2_6:1.6
	RELEASE_2_2_5:1.5
	RELENG_2_2_2_RELEASE:1.2.2.1
	RELENG_2_2_1_RELEASE:1.2.2.1
	RELENG_2_2_0_RELEASE:1.2.2.1
	RELENG_2_1_7_RELEASE:1.1
	RELENG_2_1_6_1_RELEASE:1.1
	RELENG_2_1_6_RELEASE:1.1
	RELENG_2_2:1.2.0.2
	RELENG_2_2_BP:1.2
	RELENG_2_1_5_RELEASE:1.1
	RELENG_2_1_0_RELEASE:1.1
	RELENG_2_1_0:1.1.0.2;
locks; strict;
comment	@# @;


1.9
date	99.08.21.17.36.03;	author nik;	state dead;
branches;
next	1.8;

1.8
date	99.08.17.21.35.50;	author nik;	state Exp;
branches;
next	1.7;

1.7
date	98.07.23.10.25.12;	author wosch;	state Exp;
branches;
next	1.6;

1.6
date	97.11.03.08.53.35;	author max;	state Exp;
branches;
next	1.5;

1.5
date	97.10.18.16.06.01;	author brian;	state Exp;
branches;
next	1.4;

1.4
date	97.02.22.12.58.03;	author peter;	state Exp;
branches;
next	1.3;

1.3
date	97.01.14.06.26.07;	author jkh;	state Exp;
branches;
next	1.2;

1.2
date	96.09.28.22.20.17;	author jfieber;	state Exp;
branches
	1.2.2.1;
next	1.1;

1.1
date	95.09.08.19.40.04;	author jfieber;	state Exp;
branches;
next	;

1.2.2.1
date	97.03.15.23.29.04;	author jkh;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Remove the LinuxDoc version of the FAQ, eviscerate it, spread the bloody
remains on the ground, and walk lightly over them two or three times.

Removing the other LinuxDoc and two letter country code directories
won't be so graphic, but they'll be as fun.
@
text
@# $Id: Makefile,v 1.8 1999/08/17 21:35:50 nik Exp $

.NOTPARALLEL: 

SGMLOPTS=-links
DOC=	FAQ
VOLUME= faq
DOCDIR= /usr/local/share/doc/fdp/en_US.ISO_8859-1/books
SRCS= FAQ.sgml acknowledgments.sgml admin.sgml applications.sgml
SRCS+= commercial.sgml hackers.sgml hardware.sgml install.sgml
SRCS+= kernelconfig.sgml misc.sgml network.sgml preface.sgml
SRCS+=	serial.sgml troubleshoot.sgml x.sgml

beforeinstall:
	[ -d /usr/local/share/doc/fdp/en_US.ISO_8859-1/books/faq ] || \
		mkdir -p /usr/local/share/doc/fdp/en_US.ISO_8859-1/books/faq

.include <bsd.sgml.mk>
@


1.8
log
@More Makefile framework.  I don't know why CVS didn't commit these with
the other batch.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.7 1998/07/23 10:25:12 wosch Exp $
@


1.7
log
@Disable parallel mode. There are temp file name clashes
in parallel mode.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.6 1997/11/03 08:53:35 max Exp $
d7 2
d13 4
@


1.6
log
@Divide the FAQ into several pieces, one file for each section.
Requested by:	the FreeBSD Japanese Documentation Project
Submitted by:	Mitsuru Iwasaki <iwasaki@@jp.FreeBSD.ORG>
@
text
@d1 3
a3 1
# $Id: Makefile,v 1.5 1997/10/18 16:06:01 brian Exp $
@


1.5
log
@Reference sections of the handbook by name (not hardcoded section).
Add -links to Makefile so that we can refer to the FAQ from elsewhere.
Mention that unterminated cheapnet cabeling will cause device timeouts.
Update references that used to say 2.1.7 is -stable.
Say that the last release was 2.2.5 in October '97.
Make formatting consistent for the first 1/3 of the file - the rest will follow.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.4 1997/02/22 12:58:03 peter Exp $
d5 4
a8 1
SRCS=	FAQ.sgml
@


1.4
log
@Revert $FreeBSD$ back to $Id$
@
text
@d1 1
a1 1
# $Id$
d3 1
@


1.3
log
@Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.2
log
@Rename the FAQ as I threatened to do some time ago.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.1 1995/09/08 19:40:04 jfieber Exp $
@


1.2.2.1
log
@Merge from -current (modulo the release string, which is set to 2.2. in this
branch).
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.4 1997/02/22 12:58:03 peter Exp $
@


1.1
log
@Add a makefile.
@
text
@d1 1
a1 1
# $Id$
d3 2
a4 2
DOC=	freebsd-faq
SRCS=	freebsd-faq.sgml
@
