Add texi2pdf to Texinfo's list of installed files

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6619 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2005-08-06 20:35:47 +00:00
parent 7370801d6c
commit 54799d69d3
2 changed files with 13 additions and 1 deletions

View File

@ -112,6 +112,9 @@ First a summary, then a detailed log.</para>
</itemizedlist> </itemizedlist>
</listitem> </listitem>
<listitem><para>August 6th, 2005 [matt]: Add texi2pdf to list of Texinfo's
installed files</para></listitem>
<listitem><para>August 6th, 2005 [matt]: Updated Vim's security patch to address <listitem><para>August 6th, 2005 [matt]: Updated Vim's security patch to address
the latest modeline vulnerability</para></listitem> the latest modeline vulnerability</para></listitem>

View File

@ -83,7 +83,7 @@ done</userinput></screen>
<segmentedlist> <segmentedlist>
<segtitle>Installed programs</segtitle> <segtitle>Installed programs</segtitle>
<seglistitem><seg>info, infokey, install-info, <seglistitem><seg>info, infokey, install-info,
makeinfo, texi2dvi, and texindex</seg></seglistitem> makeinfo, texi2dvi, texi2pdf, and texindex</seg></seglistitem>
</segmentedlist> </segmentedlist>
<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead> <variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
@ -136,6 +136,15 @@ device-independent file that can be printed</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="texi2pdf">
<term><command>texi2pdf</command></term>
<listitem>
<para>Used to format the given Texinfo document into a
Portable Document Format (PDF) file</para>
<indexterm zone="ch-system-texinfo texi2pdf"><primary sortas="b-texi2pdf">texi2pdf</primary></indexterm>
</listitem>
</varlistentry>
<varlistentry id="texindex"> <varlistentry id="texindex">
<term><command>texindex</command></term> <term><command>texindex</command></term>
<listitem> <listitem>