diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-09-25 23:03:59 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-09-25 23:03:59 +0000 |
commit | 4089c23f151b49a1ac555c302e86c0dc5eba080c (patch) | |
tree | 0a446b052282664f49c614522a20fe826d8c9638 /preface | |
parent | 3a98a181a03b6ca4ae7da5e1512d2d19989b3f0c (diff) |
added <?dbhtml> tag for output redirection into subdir
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1260 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'preface')
-rw-r--r-- | preface/foreword.xml | 1 | ||||
-rw-r--r-- | preface/organization.xml | 1 | ||||
-rw-r--r-- | preface/preface.xml | 1 | ||||
-rw-r--r-- | preface/whonotread.xml | 1 | ||||
-rw-r--r-- | preface/whoread.xml | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/preface/foreword.xml b/preface/foreword.xml index fcd7b5bb8..ef97fbe45 100644 --- a/preface/foreword.xml +++ b/preface/foreword.xml @@ -1,5 +1,6 @@ <sect1 id="pf-foreword"> <title>Foreword</title> +<?dbhtml filename="foreword.html" dir="preface"?> <para>Having used a number of different Linux distributions, I was never fully satisfied with any of them. I didn't like the way the bootscripts were diff --git a/preface/organization.xml b/preface/organization.xml index 1f303bfa8..ecf7da681 100644 --- a/preface/organization.xml +++ b/preface/organization.xml @@ -1,5 +1,6 @@ <sect1 id="pre-organization"> <title>Organization</title> +<?dbhtml filename="organization.html" dir="preface"?> <para>This book is divided into the following parts. Although most of the appendices is copied into part II (which enlarges the book somewhat), diff --git a/preface/preface.xml b/preface/preface.xml index 7f50228e6..3ec6d6b3b 100644 --- a/preface/preface.xml +++ b/preface/preface.xml @@ -1,5 +1,6 @@ <preface id="preface"> <title>Preface</title> +<?dbhtml filename="preface.html" dir="preface"?> &pf-foreword; &pf-whoread; diff --git a/preface/whonotread.xml b/preface/whonotread.xml index 822f57f01..3da5e9634 100644 --- a/preface/whonotread.xml +++ b/preface/whonotread.xml @@ -1,5 +1,6 @@ <sect1 id="pre-whonotread"> <title>Who would not want to read this book</title> +<?dbhtml filename="whonotread.html" dir="preface"?> <para>People who don't want to build an entire Linux system from scratch probably don't want to read this book. If you, however, want to learn diff --git a/preface/whoread.xml b/preface/whoread.xml index 797e61c59..e78927c12 100644 --- a/preface/whoread.xml +++ b/preface/whoread.xml @@ -1,5 +1,6 @@ <sect1 id="pre-whoread"> <title>Who would want to read this book</title> +<?dbhtml filename="whoread.html" dir="preface"?> <para>There are a lot of reasons why somebody would want to read this book in order to install an LFS system. The question most people raise |