diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-15 15:26:52 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-15 15:26:52 +0000 |
commit | b08f4096533577934b885fa9df41d3881d141612 (patch) | |
tree | 8e5ffc0ba65ac34d97cd6a896d33b85a897a6da8 /appendixa/texinfo-desc.xml | |
parent | ad08014624938a3a3bfd1b44e8b27d02c7b06dd8 (diff) |
Initial XML commit
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/texinfo-desc.xml')
-rw-r--r-- | appendixa/texinfo-desc.xml | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/appendixa/texinfo-desc.xml b/appendixa/texinfo-desc.xml new file mode 100644 index 000000000..4cd7c9836 --- /dev/null +++ b/appendixa/texinfo-desc.xml @@ -0,0 +1,64 @@ +<sect2> +<title>Contents</title> + +<para> +The Texinfo package contains the info, install-info, makeinfo, texi2dvi +and texindex programs +</para> + +</sect2> + +<sect2> +<title>Description</title> + +<sect3><title>info</title> + +<para> +The info program reads Info documents, usually contained in your +/usr/doc/info directory. Info documents are like man(ual) pages, but +they tend to be more in depth than just explaining the options to a +program. +</para> + +</sect3> + +<sect3><title>install-info</title> + +<para> +The install-info program updates the info entries. When you run the info +program a list with available topics (ie: available info documents) will +be presented. The install-info program is used to maintain this list of +available topics. If you decice to remove info files manually, you need +to delete the topic in the index file as well. This program is used for +that. It also works the other way around when you add info documents. +</para> + +</sect3> + +<sect3><title>makeinfo</title> + +<para> +The makeinfo program translates Texinfo source documents into various formats. +Available formats are: info files, plain text and HTML. +</para> + +</sect3> + +<sect3><title>texi2dvi</title> + +<para> +The texi2dvi program prints Texinfo documents +</para> + +</sect3> + +<sect3><title>texindex</title> + +<para> +The texindex program is used to sort Texinfo index files. +</para> + +</sect3> + +</sect2> + |