source: book/whoread.xml@ a20748c

6.2.0-rc1
Last change on this file since a20748c was 722aba88, checked in by Randy McMurchy <randy@…>, 17 years ago

Broke out the separate sections of the Preface into separate XML files and added 6.2.0 release information to the Preface

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6496 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 1.3 KB
RevLine 
[722aba88]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/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 <sect1info>
12 <othername>$LastChangedBy$</othername>
13 <date>$Date$</date>
14 </sect1info>
15
16 <title>Who Would Want to Read this Book</title>
17
18 <para>This book is mainly aimed at those who have built a system based
19 on the LFS book. It will also be useful for those who are using other
20 distributions, but for one reason or another want to manually build
21 software and are in need of some assistance. Note that the material
22 contained in this book, in particular the dependency listings, is based
23 upon the assumption that you are using a base LFS system with every
24 package listed in the LFS book already installed and configured. BLFS can
25 be used to create a range of diverse systems and so the target audience is
26 probably nearly as wide as that of the LFS book. If you found LFS useful,
27 you should also like this!</para>
28
29 <para>Since Release 5.0, the BLFS book version matches the LFS book version.
30 This book may be incompatible with a previous or latter release of the LFS
31 book.</para>
32
33</sect1>
Note: See TracBrowser for help on using the repository browser.