Remove Appendix F from the Handbook build. The two most complete

sections have been moved off into separate tutorials and "Jordan's
picks" of Pentium-class motherboards will just have to be missed ;)

The Handbook is now "only" 681 pages (without the index turned on).
This commit is contained in:
Murray Stokely 2001-07-13 22:55:52 +00:00
parent 1fffa4c4ce
commit 8f28d1f75d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9888
3 changed files with 3 additions and 7 deletions

View file

@ -1,5 +1,5 @@
#
# $FreeBSD: doc/en_US.ISO8859-1/books/handbook/Makefile,v 1.37 2001/07/12 01:40:31 murray Exp $
# $FreeBSD: doc/en_US.ISO8859-1/books/handbook/Makefile,v 1.38 2001/07/13 12:13:39 nik Exp $
#
# Build the FreeBSD Handbook.
#
@ -45,7 +45,6 @@ SRCS+= contrib/chapter.sgml
SRCS+= cutting-edge/chapter.sgml
SRCS+= disks/chapter.sgml
SRCS+= eresources/chapter.sgml
SRCS+= hw/chapter.sgml
SRCS+= install/chapter.sgml
SRCS+= introduction/chapter.sgml
SRCS+= kernelconfig/chapter.sgml

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/book.sgml,v 1.104 2001/07/10 03:12:35 murray Exp $
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/book.sgml,v 1.105 2001/07/13 21:29:54 chern Exp $
-->
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
@ -55,7 +55,6 @@
<!ENTITY % chap.eresources "IGNORE">
<!ENTITY % chap.staff "IGNORE">
<!ENTITY % chap.pgpkeys "IGNORE">
<!ENTITY % chap.hw "IGNORE">
]>
@ -155,7 +154,6 @@
<![ %chap.eresources; [ &chap.eresources; ]]>
<![ %chap.staff; [ &chap.staff; ]]>
<![ %chap.pgpkeys; [ &chap.pgpkeys; ]]>
<![ %chap.hw; [ &chap.hw; ]]>
&chap.index;
</part>
</book>

View file

@ -6,7 +6,7 @@
Chapters should be listed in the order in which they are referenced.
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/chapters.ent,v 1.12 2001/06/29 18:25:58 murray Exp $
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/chapters.ent,v 1.13 2001/07/10 02:33:47 murray Exp $
-->
<!-- Part one -->
@ -47,5 +47,4 @@
<!ENTITY chap.eresources SYSTEM "eresources/chapter.sgml">
<!ENTITY chap.staff SYSTEM "staff/chapter.sgml">
<!ENTITY chap.pgpkeys SYSTEM "pgpkeys/chapter.sgml">
<!ENTITY chap.hw SYSTEM "hw/chapter.sgml">
<!ENTITY chap.index SYSTEM "index.sgml">