diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-09-25 23:48:31 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-09-25 23:48:31 +0000 |
commit | 04f55298c9e18967d2203a7664c6633a13b583b8 (patch) | |
tree | 81798917e2251dfbc40fe5d92798459682626d12 /chapter01 | |
parent | 7ecf0bbfd2d085625141bde1017a2c5d330b1145 (diff) |
added <?dbhtml> tag for output redirection into subdir
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1263 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/chapter01.xml | 1 | ||||
-rw-r--r-- | chapter01/contactinfo.xml | 1 | ||||
-rw-r--r-- | chapter01/conventions.xml | 1 | ||||
-rw-r--r-- | chapter01/how.xml | 1 | ||||
-rw-r--r-- | chapter01/maillists.xml | 1 | ||||
-rw-r--r-- | chapter01/versions.xml | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/chapter01/chapter01.xml b/chapter01/chapter01.xml index 13b1bea72..340ddcb07 100644 --- a/chapter01/chapter01.xml +++ b/chapter01/chapter01.xml @@ -1,5 +1,6 @@ <chapter id="chapter01"> <title>Introduction</title> +<?dbhtml filename="chapter01.html" dir="chapter01"?> &c1-how; &c1-conventions; diff --git a/chapter01/contactinfo.xml b/chapter01/contactinfo.xml index f8cc5af33..b171393ae 100644 --- a/chapter01/contactinfo.xml +++ b/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 diff --git a/chapter01/conventions.xml b/chapter01/conventions.xml index f5ae47e40..9d39a8451 100644 --- a/chapter01/conventions.xml +++ b/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> diff --git a/chapter01/how.xml b/chapter01/how.xml index 59e0c7ad5..8c0f2b4ab 100644 --- a/chapter01/how.xml +++ b/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 diff --git a/chapter01/maillists.xml b/chapter01/maillists.xml index fdf4970ed..092ae512b 100644 --- a/chapter01/maillists.xml +++ b/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> diff --git a/chapter01/versions.xml b/chapter01/versions.xml index b7c55019a..4eea35d6a 100644 --- a/chapter01/versions.xml +++ b/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 |