source: book/whoread.xml

trunk
Last change on this file was ab4fdfc, checked in by Pierre Labastie <pierre.labastie@…>, 3 months ago

Change all xml decl to encoding=utf-8

  • Property mode set to 100644
File size: 1.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="whoread" xreflabel="Who Would Want to Read this Book">
9 <?dbhtml filename="whoread.html"?>
10
11
12 <title>Who Would Want to Read this Book</title>
13
14 <para>
15 This book is mainly aimed at those who have built a system based
16 on the LFS book. It will also be useful for those who are using other
17 distributions, and for one reason or another want to manually build
18 software and need some assistance. Note that the material
19 in this book, in particular the dependency listings,
20 assumes that you are using a basic LFS system with every
21 package listed in the LFS book already installed and configured. BLFS can
22 be used to create a range of diverse systems and so the target audience is
23 probably as wide as that of the LFS book. If you found LFS useful,
24 you should also like this!
25 </para>
26
27 <para>
28 Since Release 7.4, the BLFS book version has matched the LFS book version.
29 This book may be incompatible with a previous or later release of the LFS
30 book.
31 </para>
32
33</sect1>
Note: See TracBrowser for help on using the repository browser.