Browse Source

Moving Ack and Typ to Preface.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3237 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Alex Gronenwoud 21 years ago
parent
commit
7873a7c1a6
6 changed files with 14 additions and 11 deletions
  1. 3 0
      chapter01/changelog.xml
  2. 0 2
      chapter01/chapter01.xml
  3. 2 2
      entities/book-structure.xml
  4. 2 2
      index.xml
  5. 2 0
      preface/preface.xml
  6. 5 5
      preface/typography.xml

+ 3 - 0
chapter01/changelog.xml

@@ -6,6 +6,9 @@
 
 <itemizedlist>
 
+<listitem><para>February 7th, 2004 [alex]: Chapter 1 - Moved the Conventions
+and Acknowledgements sections to the Preface.</para></listitem>
+
 <listitem><para>February 7th, 2004 [alex]: Chapter 6 - Creating devices:
 replaced the MAKEDEV script with the make_devices script. Contributed by
 Matthias Benkmann.</para></listitem>

+ 0 - 2
chapter01/chapter01.xml

@@ -3,9 +3,7 @@
 <?dbhtml filename="chapter01.html" dir="chapter01"?>
 
 &c1-how;
-&c1-conventions;
 &c1-changelog;
 &c1-resources;
-&c1-acknowledgements;
 
 </chapter>

+ 2 - 2
entities/book-structure.xml

@@ -2,14 +2,14 @@
 <!ENTITY pf-foreword SYSTEM "../preface/foreword.xml">
 <!ENTITY pf-audience SYSTEM "../preface/audience.xml">
 <!ENTITY pf-prerequisites SYSTEM "../preface/prerequisites.xml">
+<!ENTITY pf-typography SYSTEM "../preface/typography.xml">
+<!ENTITY pf-acknowledgements SYSTEM "../preface/acknowledgements.xml">
 <!ENTITY pf-organization SYSTEM "../preface/organization.xml">
 
 <!ENTITY chapter01 SYSTEM "../chapter01/chapter01.xml">
 <!ENTITY c1-how SYSTEM "../chapter01/how.xml">
-<!ENTITY c1-conventions SYSTEM "../chapter01/conventions.xml">
 <!ENTITY c1-changelog SYSTEM "../chapter01/changelog.xml">
 <!ENTITY c1-resources SYSTEM "../chapter01/contactinfo.xml">
-<!ENTITY c1-acknowledgements SYSTEM "../chapter01/acknowledgements.xml">
 
 <!ENTITY chapter02 SYSTEM "../chapter02/chapter02.xml">
 <!ENTITY c2-aboutlfs SYSTEM "../chapter02/aboutlfs.xml">

+ 2 - 2
index.xml

@@ -2,8 +2,8 @@
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
 			"/usr/share/docbook/docbookx.dtd" [
 
-<!ENTITY version "CVS-2004-02-05">
-<!ENTITY releasedate "February 5th, 2004">
+<!ENTITY version "CVS-2004-02-07">
+<!ENTITY releasedate "February 7th, 2004">
 <!ENTITY milestone "5.2">
 <!ENTITY nbsp " ">
 

+ 2 - 0
preface/preface.xml

@@ -5,6 +5,8 @@
 &pf-foreword;
 &pf-audience;
 &pf-prerequisites;
+&pf-typography;
+&pf-acknowledgements;
 &pf-organization;
 
 </preface>

+ 5 - 5
chapter01/conventions.xml → preface/typography.xml

@@ -1,9 +1,9 @@
-<sect1 id="ch-scatter-conventions">
-<title>Conventions used in this book</title>
-<?dbhtml filename="conventions.html" dir="chapter01"?>
+<sect1 id="pre-typography">
+<title>Typography</title>
+<?dbhtml filename="typography.html" dir="preface"?>
 
-<para>To make things easy to follow, there are a number of conventions used
-throughout the book. Following are some examples:</para>
+<para>To make things easier to follow, there are a few typographical
+conventions used throughout the book. Following are some examples:</para>
 
 <screen><userinput>./configure --prefix=/usr</userinput></screen>