diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-05-10 18:36:23 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-05-10 18:36:23 +0000 |
commit | 90aae6b8fb6ccd5da7d1867d7ad164d1e9b38369 (patch) | |
tree | c996b58e2843b79b1d94b823458ea2c7cfa920ad /chapter06/texinfo.xml | |
parent | c5b927737088e371b430001b98dd6ac49e254f4f (diff) |
Update various packages' list of installed programs and libraries. Many thanks to Chris Staub for the patch. Fixes #2371.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8870 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/texinfo.xml')
-rw-r--r-- | chapter06/texinfo.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/chapter06/texinfo.xml b/chapter06/texinfo.xml index 110438379..4f4a4e31c 100644 --- a/chapter06/texinfo.xml +++ b/chapter06/texinfo.xml @@ -99,7 +99,7 @@ done</userinput></screen> <segtitle>Installed programs</segtitle> <seglistitem> - <seg>info, infokey, install-info, makeinfo, texi2dvi, texi2pdf, and + <seg>info, infokey, install-info, makeinfo, pdftexi2dvi, texi2dvi, texi2pdf, and texindex</seg> </seglistitem> </segmentedlist> @@ -155,6 +155,17 @@ done</userinput></screen> </listitem> </varlistentry> + <varlistentry id="pdftexi2dvi"> + <term><command>pdftexi2dvi</command></term> + <listitem> + <para>Used to format the given Texinfo document into a + Portable Document Format (PDF) file</para> + <indexterm zone="ch-system-texinfo pdftexi2dvi"> + <primary sortas="b-pdftexi2dvi">pdftexi2dvi</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="texi2dvi"> <term><command>texi2dvi</command></term> <listitem> |