Browse Source

added <?dbhtml> tag for output redirection into subdir

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1263 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 years ago
parent
commit
04f55298c9

+ 1 - 0
chapter01/chapter01.xml

@@ -1,5 +1,6 @@
 <chapter id="chapter01">
 <title>Introduction</title>
+<?dbhtml filename="chapter01.html" dir="chapter01"?>
 
 &c1-how;
 &c1-conventions;

+ 1 - 0
chapter01/contactinfo.xml

@@ -1,5 +1,6 @@
 <sect1 id="ch01-contactinfo">
 <title>Contact information</title>
+<?dbhtml filename="contactinfo.html" dir="chapter01"?>
 
 <para>Please direct your emails to one of the LFS mailing lists. See
 <xref linkend="ch01-maillists"/> for more information on the

+ 1 - 0
chapter01/conventions.xml

@@ -1,5 +1,6 @@
 <sect1 id="ch01-conventions">
 <title>Conventions used in this book</title>
+<?dbhtml filename="conventions.html" dir="chapter01"?>
 
 <para>To make things easy to follow, there are a number of conventions used
 throughout the book.  Following are some examples:</para>

+ 1 - 0
chapter01/how.xml

@@ -1,5 +1,6 @@
 <sect1 id="ch01-how">
 <title>How things are going to be done</title>
+<?dbhtml filename="how.html" dir="chapter01"?>
 
 <para>We are going to build the LFS system by using an already installed Linux
 distribution such as Debian, SuSe, Slackware, Mandrake, RedHat, etc. There

+ 1 - 0
chapter01/maillists.xml

@@ -1,5 +1,6 @@
 <sect1 id="ch01-maillists" xreflabel="Chapter 1 - Mailing lists and archives">
 <title>Mailing lists and archives</title>
+<?dbhtml filename="maillists.html" dir="chapter01"?>
 
 <para>The linuxfromscratch.org server is hosting the following publicly 
 accessible mailing lists:</para>

+ 1 - 0
chapter01/versions.xml

@@ -1,5 +1,6 @@
 <sect1 id="ch01-version" xreflabel="Chapter 1 - Book Version">
 <title>Book version</title>
+<?dbhtml filename="version.html" dir="chapter01"?>
 
 <para>This is LFS-BOOK version &version; dated &releasedate;. If this 
 version is older than a month a newer version is probably already available 

+ 1 - 0
chapter02/aboutlfs.xml

@@ -1,5 +1,6 @@
 <sect1 id="ch02-aboutlfs">
 <title>About $LFS</title>
+<?dbhtml filename="aboutlfs.html" dir="chapter02"?>
 
 <para>Please read the following carefully: throughout this book 
 the variable $LFS will be used frequently. $LFS must at all times be

+ 1 - 0
chapter02/askforhelp.xml

@@ -1,5 +1,6 @@
 <sect1 id="ch02-askforhelp">
 <title>How to ask for help</title>
+<?dbhtml filename="askforhelp.html" dir="chapter02"?>
 
 <para>If you have a problem while using this book, you'll find that most
 of the people on Internet Relay Chat (IRC) and the mailing lists will be

+ 1 - 0
chapter02/bootscripts.xml

@@ -1,5 +1,6 @@
 <sect1 id="ch02-bootscripts">
 <title>Download the bootscripts</title>
+<?dbhtml filename="bootscripts.html" dir="chapter02"?>
 
 <para>Typing out all the bootscripts in chapter 7 can be a long, tedious
 process, not to mention very error-prone.</para>

+ 1 - 0
chapter02/chapter02.xml

@@ -1,5 +1,6 @@
 <chapter id="chapter02">
 <title>Important information</title>
+<?dbhtml filename="chapter02.html" dir="chapter02"?>
 
 &c2-aboutlfs;
 &c2-download;

+ 1 - 0
chapter02/commands.xml

@@ -1,5 +1,6 @@
 <sect1 id="ch02-commands">
 <title>Download the LFS Commands</title>
+<?dbhtml filename="commands.html" dir="chapter02"?>
 
 <para>LFS Commands is a tarball containing files which list the installation
 commands for the packages installed in this book.</para>

+ 1 - 0
chapter02/download.xml

@@ -1,5 +1,6 @@
 <sect1 id="ch02-download">
 <title>How to download the software</title>
+<?dbhtml filename="download.html" dir="chapter02"?>
 
 <para>Throughout this document, we will assume that all the
 packages that were downloaded are placed somewhere in $LFS/usr/src.</para>

+ 1 - 0
chapter02/install.xml

@@ -1,5 +1,6 @@
 <sect1 id="ch02-install" xreflabel="Chapter 2 - How to install the software">
 <title>How to install the software</title>
+<?dbhtml filename="install.html" dir="chapter02"?>
 
 <para>Before you start using the LFS book, we should point out that all
 of the commands here assume that you are using the bash shell.  If you

+ 1 - 0
chapter03/chapter03.xml

@@ -1,5 +1,6 @@
 <chapter id="chapter04">
 <title>Preparing a new partition</title>
+<?dbhtml filename="chapter04.html" dir="chapter04"?>
 
 &c4-introduction;
 &c4-creatingpart;

+ 1 - 0
chapter03/creatingdirs.xml

@@ -1,5 +1,6 @@
 <sect1 id="ch04-creatingdirs">
 <title>Creating directories</title>
+<?dbhtml filename="creatingdirs.html" dir="chapter04"?>
 
 <para>Before we start creating directories, we need to check the base
 system's umask setting.  To do this, we run

+ 1 - 0
chapter03/creatingfs.xml

@@ -1,5 +1,6 @@
 <sect1 id="ch04-creatingfs">
 <title>Creating a file system on the new partition</title>
+<?dbhtml filename="creatingfs.html" dir="chapter04"?>
 
 <para>Once the partition is created, we have to create a new file system on
 that partition. The standard file system used these days is the ext2

+ 1 - 0
chapter03/creatingpart.xml

@@ -1,5 +1,6 @@
 <sect1 id="ch04-creatingpart">
 <title>Creating a new partition</title>
+<?dbhtml filename="creatingpart.html" dir="chapter04"?>
 
 <para>First, let's start with telling you that it is possible to build LFS 
 on only one partition, which is where your original distribution is 

+ 1 - 0
chapter03/introduction.xml

@@ -1,5 +1,6 @@
 <sect1 id="ch04-introduction">
 <title>Introduction</title>
+<?dbhtml filename="introduction.html" dir="chapter04"?>
 
 <para>In this chapter, the partition that is going to host the LFS system is
 going to be prepared. We will be creating the partition itself, a file

+ 1 - 0
chapter03/mounting.xml

@@ -1,5 +1,6 @@
 <sect1 id="ch04-mounting">
 <title>Mounting the new partition</title>
+<?dbhtml filename="mounting.html" dir="chapter04"?>
 
 <para>Now that we have created a file system, it is ready for use. All we have
 to do to be able to access the partition (as in reading data from and writing 

+ 1 - 0
chapter04/chapter04.xml

@@ -1,5 +1,6 @@
 <chapter id="chapter03">
 <title>Packages that need to be downloaded</title>
+<?dbhtml filename="chapter03.html" dir="chapter03"?>
 
 &c3-introduction;
 &c3-packages;

+ 1 - 0
chapter04/introduction.xml

@@ -1,5 +1,6 @@
 <sect1 id="ch03-introduction">
 <title>Introduction</title>
+<?dbhtml filename="introduction.html" dir="chapter03"?>
 
 <para>Below is a list of all the packages that are needed to download for 
 building the basic system. The version numbers printed correspond to versions of

+ 1 - 0
chapter04/packages.xml

@@ -1,5 +1,6 @@
 <sect1 id="ch03-packages">
 <title>Packages that need to be downloaded</title>
+<?dbhtml filename="packages.html" dir="chapter03"?>
 
 <literallayout>
 &c3-toplevel;