aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2016-03-07 19:43:21 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2016-03-07 19:43:21 +0000
commit1f1055a412d4c245bdecac4cfc89af48c0230bbf (patch)
tree2476bed0576cbfd9fe097121b488ad23a2741520 /chapter06
parentf64bcb6efd1b0b32579462151829972ad959705c (diff)
Document texinfo installed library
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11032 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/texinfo.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/chapter06/texinfo.xml b/chapter06/texinfo.xml
index c4308f337..7061cdbca 100644
--- a/chapter06/texinfo.xml
+++ b/chapter06/texinfo.xml
@@ -43,7 +43,7 @@
<para>Prepare Texinfo for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr --disable-static</userinput></screen>
<para>Compile the package:</para>
@@ -98,12 +98,14 @@ popd</userinput></screen>
<segmentedlist>
<segtitle>Installed programs</segtitle>
- <segtitle>Installed directory</segtitle>
+ <segtitle>Installed library</segtitle>
+ <segtitle>Installed directories</segtitle>
<seglistitem>
<seg>info, install-info, makeinfo (link to texi2any),
pdftexi2dvi, pod2texi, texi2any, texi2dvi, texi2pdf, and texindex</seg>
- <seg>/usr/share/texinfo</seg>
+ <seg>XSParagraph.so</seg>
+ <seg>/usr/share/texinfo and /usr/lib/texinfo</seg>
</seglistitem>
</segmentedlist>