diff --git a/chapter06/texinfo-inst.xml b/chapter06/texinfo-inst.xml
index 946a99321..abe723e79 100644
--- a/chapter06/texinfo-inst.xml
+++ b/chapter06/texinfo-inst.xml
@@ -1,12 +1,32 @@
+
+
Installation of Texinfo
-Install Texinfo by running the following commands:
+Prepare Texinfo to be compiled:
-./configure --prefix=/usr &&
-make &&
-make install &&
-make TEXMF=/usr/share/texmf install-tex
+
+./configure --prefix=/usr
+
+Continue with compiling the package:
+
+make
+
+And finish off installing the package:
+
+make install
+
+make TEXMF=/usr/share/texmf install-tex
+
+
+
+Command explanations
+
+make TEXMF=/usr/share/texmf install-tex:
+This installs the texinfo components that belong in a TeX
+installation. Although TeX isn't installed on LFS, it's installed here
+to complete the texinfo installation.
+
diff --git a/chapter06/texinfo.xml b/chapter06/texinfo.xml
index c58fe4e03..745c044f1 100644
--- a/chapter06/texinfo.xml
+++ b/chapter06/texinfo.xml
@@ -5,9 +5,8 @@
Estimated build time: &texinfo-time;
Estimated required disk space: &texinfo-compsize;
-&c6-texinfo-inst;
-&c6-texinfo-exp;
-&aa-texinfo-desc;
+&aa-texinfo-shortdesc;
&aa-texinfo-dep;
+&c6-texinfo-inst;