Browse Source

Moved chapter02 to part II.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7056 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 20 years ago
parent
commit
56fc942088
2 changed files with 2 additions and 2 deletions
  1. 1 1
      chapter01/changelog.xml
  2. 1 1
      index.xml

+ 1 - 1
chapter01/changelog.xml

@@ -44,7 +44,7 @@ First a summary, then a detailed log.</para>
 
 <listitem><para>October 19, 2005 [manuel]: Updated the acknowledgements
 to current trunk version. Ported also some redaction changes in preface
-and chapter01 pages.</para></listitem>
+and chapter01 pages. Moved chapter02 to part II.</para></listitem>
 
 <listitem><para>October 19, 2005 [manuel]: Updated the stylesheets, Makefile
 and related files to current trunk versions.</para></listitem>

+ 1 - 1
index.xml

@@ -15,12 +15,12 @@
 <title>Introduction</title>
 <?dbhtml filename="part1.html"?>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="chapter01/chapter01.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="chapter02/chapter02.xml"/>
 </part>
 
 <part id="part2">
 <title>Preparing for the Build</title>
 <?dbhtml filename="part2.html"?>
+<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="chapter02/chapter02.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="chapter03/chapter03.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="chapter04/chapter04.xml"/>
 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="chapter05/chapter05.xml"/>