blob: dd0d3c4663911af2e59c536f8263669f8aa52388 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<!--
This is an sgml using DocBook dtd. Use sgmltools version 2.0.x or above
to generate various output formats.
$FML: book.sgml,v 1.2 2001/05/19 05:50:39 fukachan Exp $
-->
<!doctype book public "-//FML//DTD DocBook V3.1-Based Extension//EN" [
<!entity % include SYSTEM "include/chapters.ent"> %include;
]>
<book>
&bookinfo;
<toc></toc>
&chapter.general;
&chapter.install;
</book>
|