aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2004-03-05 19:06:12 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2004-03-05 19:06:12 +0000
commit4f4b4e84a2efa25e30cf50136bdfb014e1c23163 (patch)
treee8aac09b4ff6a59a6d22b9610ce62f2135008241
parent46c039ef30b1f585e6f5f87ea9d35f33cfde46a9 (diff)
Restoring the removed dbhtml directives.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3275 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter02/aboutdependencies.xml1
-rw-r--r--chapter02/aboutlfs.xml1
-rw-r--r--chapter02/aboutsbus.xml1
-rw-r--r--chapter02/abouttestsuites.xml1
-rw-r--r--chapter02/askforhelp.xml1
-rw-r--r--chapter02/chapter02.xml1
-rw-r--r--chapter03/chapter03.xml9
-rw-r--r--chapter04/chapter04.xml4
-rw-r--r--index.xml4
9 files changed, 19 insertions, 4 deletions
diff --git a/chapter02/aboutdependencies.xml b/chapter02/aboutdependencies.xml
index 1ab3ac3ed..065f9a864 100644
--- a/chapter02/aboutdependencies.xml
+++ b/chapter02/aboutdependencies.xml
@@ -1,5 +1,6 @@
<sect1 id="prepare-aboutdependencies">
<title>About dependencies</title>
+<?dbhtml filename="aboutdependencies.html" dir="chapter02"?>
<!-- Leave this file in the repo until we figure out finally what to do with
dependencies -->
diff --git a/chapter02/aboutlfs.xml b/chapter02/aboutlfs.xml
index cb9ffa68b..4141a01c0 100644
--- a/chapter02/aboutlfs.xml
+++ b/chapter02/aboutlfs.xml
@@ -1,5 +1,6 @@
<sect1 id="prepare-aboutlfs">
<title>About $LFS</title>
+<?dbhtml filename="aboutlfs.html" dir="chapter02"?>
<para>Please read the following paragraphs carefully. Throughout this book the
variable LFS will be used frequently. $LFS must at all times be replaced with
diff --git a/chapter02/aboutsbus.xml b/chapter02/aboutsbus.xml
index 8ab601822..0c3e93995 100644
--- a/chapter02/aboutsbus.xml
+++ b/chapter02/aboutsbus.xml
@@ -1,5 +1,6 @@
<sect1 id="prepare-aboutsbus">
<title>About SBUs</title>
+<?dbhtml filename="aboutsbus.html" dir="chapter02"?>
<para>Most people would like to know beforehand how long it approximately
takes to compile and install each package. But "Linux from Scratch" is built
diff --git a/chapter02/abouttestsuites.xml b/chapter02/abouttestsuites.xml
index 1f963d4ec..6f4831ac1 100644
--- a/chapter02/abouttestsuites.xml
+++ b/chapter02/abouttestsuites.xml
@@ -1,5 +1,6 @@
<sect1 id="prepare-abouttestsuites">
<title>About the test suites</title>
+<?dbhtml filename="abouttestsuites.html" dir="chapter02"?>
<para>Most packages provide a test suite. Running the test suite for a newly
built package is generally a good idea, as it can provide a nice sanity check
diff --git a/chapter02/askforhelp.xml b/chapter02/askforhelp.xml
index 62d3b95ca..54c65f943 100644
--- a/chapter02/askforhelp.xml
+++ b/chapter02/askforhelp.xml
@@ -1,5 +1,6 @@
<sect1 id="prepare-askforhelp">
<title>How to ask for help</title>
+<?dbhtml filename="askforhelp.html" dir="chapter02"?>
<para>If you encounter a problem while using this book, and your problem
is not listed in the FAQ (<ulink url="&faq-root;"/>), you will find that
diff --git a/chapter02/chapter02.xml b/chapter02/chapter02.xml
index 34d9be6bd..9d6956300 100644
--- a/chapter02/chapter02.xml
+++ b/chapter02/chapter02.xml
@@ -1,5 +1,6 @@
<chapter id="chapter-preparation" xreflabel="Chapter 2">
<title>Important information</title>
+<?dbhtml filename="chapter02.html" dir="chapter02"?>
&c2-aboutlfs;
&c2-aboutsbus;
diff --git a/chapter03/chapter03.xml b/chapter03/chapter03.xml
index 92a9c33ac..9da7ccf05 100644
--- a/chapter03/chapter03.xml
+++ b/chapter03/chapter03.xml
@@ -1,9 +1,11 @@
<chapter id="chapter-making-space" xreflabel="Chapter 3">
<title>Preparing a new partition</title>
+<?dbhtml filename="chapter03.html" dir="chapter03"?>
<sect1 id="space-introduction">
<title>Introduction</title>
+<?dbhtml filename="introduction.html" dir="chapter03"?>
<para>In this chapter the partition which will host the LFS system is
prepared. We will create the partition itself, make a file system on it,
@@ -12,8 +14,9 @@ and mount it.</para>
</sect1>
-<sect1 id="space-creatingpart">
+<sect1 id="space-creatingpartition">
<title>Creating a new partition</title>
+<?dbhtml filename="creatingpartition.html" dir="chapter03"?>
<para>In order to build our new Linux system, we will need some space:
an empty disk partition. If you don't have a free partition, and no room
@@ -52,8 +55,9 @@ names will later be needed for the <filename>/etc/fstab</filename> file.</para>
</sect1>
-<sect1 id="space-creatingfs">
+<sect1 id="space-creatingfilesystem">
<title>Creating a file system on the new partition</title>
+<?dbhtml filename="creatingfilesystem.html" dir="chapter03"?>
<para>Now that we have a blank partition, we can create a file system on it.
Most widely used in the Linux world is the second extended file system (ext2),
@@ -83,6 +87,7 @@ partition.</para>
<sect1 id="space-mounting">
<title>Mounting the new partition</title>
+<?dbhtml filename="mounting.html" dir="chapter03"?>
<para>Now that we've created a file system, we want to be able to access
the partition. For that, we need to mount it, and have to choose a mount
diff --git a/chapter04/chapter04.xml b/chapter04/chapter04.xml
index 4aece23c9..79383efb0 100644
--- a/chapter04/chapter04.xml
+++ b/chapter04/chapter04.xml
@@ -1,9 +1,11 @@
<chapter id="chapter-getting-materials" xreflabel="Chapter 4">
<title>The materials: packages and patches</title>
+<?dbhtml filename="chapter04.html" dir="chapter04"?>
<sect1 id="materials-introduction">
<title>Introduction</title>
+<?dbhtml filename="introduction.html" dir="chapter04"?>
<para>Below is a list of packages you need to download for building a basic
Linux system. The listed version numbers correspond to versions of the
@@ -57,6 +59,7 @@ and every individual file manually.</para>
<sect1 id="materials-packages">
<title>All the packages</title>
+<?dbhtml filename="packages.html" dir="chapter04"?>
<para>Download or otherwise obtain the following packages:</para>
@@ -257,6 +260,7 @@ download courtesy of the generous LFS mirror sites. Please refer to the
<sect1 id="materials-patches">
<title>Needed patches</title>
+<?dbhtml filename="patches.html" dir="chapter04"?>
<para>Besides all those packages, you'll also need several patches. These
correct tiny mistakes in the packages that should be fixed by the maintainer,
diff --git a/index.xml b/index.xml
index 62f5989e3..aa0df7cc6 100644
--- a/index.xml
+++ b/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-03-03">
-<!ENTITY releasedate "March 3rd, 2004">
+<!ENTITY version "CVS-2004-03-05">
+<!ENTITY releasedate "March 5th, 2004">
<!ENTITY milestone "5.2">
<!ENTITY nbsp " ">