diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-09-26 00:03:40 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-09-26 00:03:40 +0000 |
commit | 9ac3d35d3a3c257733e1675c26194af581d6be38 (patch) | |
tree | ab5e49b8e664cea72906ab233dee92243df191a5 | |
parent | 75043c22eac6b48ef70c49d797b31b3eb73a5dc6 (diff) |
added <?dbhtml> tag for output redirection into subdir
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1265 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/bash.xml | 2 | ||||
-rw-r--r-- | chapter05/chapter05.xml | 2 | ||||
-rw-r--r-- | chapter05/installasroot.xml | 1 | ||||
-rw-r--r-- | chapter05/shellutils.xml | 2 |
4 files changed, 4 insertions, 3 deletions
diff --git a/chapter05/bash.xml b/chapter05/bash.xml index c121194d4..4f2d4ed70 100644 --- a/chapter05/bash.xml +++ b/chapter05/bash.xml @@ -1,6 +1,6 @@ <sect1 id="ch05-bash"> <title>Installing Bash-&bash-version;</title> -<?dbhtml filename="bash" dir="chapter05"?> +<?dbhtml filename="bash.html" dir="chapter05"?> <screen>Estimated build time: &bash-time-static; Estimated required disk space: &bash-compsize-static;</screen> diff --git a/chapter05/chapter05.xml b/chapter05/chapter05.xml index 19b018d84..fc158974c 100644 --- a/chapter05/chapter05.xml +++ b/chapter05/chapter05.xml @@ -1,6 +1,6 @@ <chapter id="chapter05"> <title>Preparing the LFS system</title> -<?dbtml filename="chapter05.html" dir="chapter05"?> +<?dbhtml filename="chapter05.html" dir="chapter05"?> &c5-introduction; &c5-installasroot; diff --git a/chapter05/installasroot.xml b/chapter05/installasroot.xml index 27bcd245b..e959ca853 100644 --- a/chapter05/installasroot.xml +++ b/chapter05/installasroot.xml @@ -1,5 +1,6 @@ <sect1 id="ch05-installasroot"> <title>Install all software as user root</title> +<?dbhtml filename="installasroot.html" dir="chapter05"?> <para>It's best to log in as root or su's to root when installing the packages. That way you are assured that all files are owned by user and diff --git a/chapter05/shellutils.xml b/chapter05/shellutils.xml index 4375ca8fd..74917d09e 100644 --- a/chapter05/shellutils.xml +++ b/chapter05/shellutils.xml @@ -1,6 +1,6 @@ <sect1 id="ch05-shutils"> <title>Installing Sh-utils-&sh-utils-version;</title> -<?dbhtml filenaem="sh-utils.html" dir="chapter05"?> +<?dbhtml filename="sh-utils.html" dir="chapter05"?> <screen>Estimated build time: &sh-utils-time-static; Estimated required disk space: &sh-utils-compsize-static;</screen> |