Author: matthew Date: 2005-08-06 14:35:47 -0600 (Sat, 06 Aug 2005) New Revision: 6619
Modified: trunk/BOOK/chapter01/changelog.xml trunk/BOOK/chapter06/texinfo.xml Log: Add texi2pdf to Texinfo's list of installed files Modified: trunk/BOOK/chapter01/changelog.xml =================================================================== --- trunk/BOOK/chapter01/changelog.xml 2005-08-06 13:10:21 UTC (rev 6618) +++ trunk/BOOK/chapter01/changelog.xml 2005-08-06 20:35:47 UTC (rev 6619) @@ -112,6 +112,9 @@ </itemizedlist> </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 the latest modeline vulnerability</para></listitem> Modified: trunk/BOOK/chapter06/texinfo.xml =================================================================== --- trunk/BOOK/chapter06/texinfo.xml 2005-08-06 13:10:21 UTC (rev 6618) +++ trunk/BOOK/chapter06/texinfo.xml 2005-08-06 20:35:47 UTC (rev 6619) @@ -83,7 +83,7 @@ <segmentedlist> <segtitle>Installed programs</segtitle> <seglistitem><seg>info, infokey, install-info, -makeinfo, texi2dvi, and texindex</seg></seglistitem> +makeinfo, texi2dvi, texi2pdf, and texindex</seg></seglistitem> </segmentedlist> <variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead> @@ -136,6 +136,15 @@ </listitem> </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"> <term><command>texindex</command></term> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
