aboutsummaryrefslogtreecommitdiffstats
path: root/chapter04
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-18 18:25:36 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-05-18 18:25:36 +0000
commite70e3b6c7ad7d0977bf8606b7a3a6116b3479a11 (patch)
tree7daf60a10b3fa1cbd37e842d6bb8bd37be6cffb4 /chapter04
parent3210271f026f992052d57b75ee1c9a18863a77e6 (diff)
HEAD: Changed hardcoded chapters numbers to xref links in chapter04/creatingtoolsdirs.xml
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3634 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter04')
-rw-r--r--chapter04/creatingtoolsdir.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter04/creatingtoolsdir.xml b/chapter04/creatingtoolsdir.xml
index 7dbc9a2fb..4b8569210 100644
--- a/chapter04/creatingtoolsdir.xml
+++ b/chapter04/creatingtoolsdir.xml
@@ -7,13 +7,13 @@
<title>Creating the $LFS/tools directory</title>
<?dbhtml filename="creatingtoolsdir.html"?>
-<para>All programs compiled in this chapter will be installed under <filename
+<para>All programs compiled in <xref linkend="chapter-temporary-tools"/> will be installed under <filename
class="directory">$LFS/tools</filename> to keep them separate from the
-programs compiled in the next chapter. The programs compiled here are only
+programs compiled in <xref linkend="chapter-temporary-tools"/>. The programs compiled here are only
temporary tools and won't be a part of the final LFS system and by keeping them
in a separate directory, we can later easily throw them away. This also
helps prevent them from ending up in your host's production directories
-(easy to do in Chapter 5), which could be a very bad thing.</para>
+(easy to do in <xref linkend="chapter-temporary-tools"/>, which could be a very bad thing.</para>
<para>Later on you might wish to search through the binaries of your system to
see what files they make use of or link against. To make this searching easier