Files
asterisk/doc/tex
Leif Madsen e34a92e2d0 Merged revisions 282469 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r282469 | lmadsen | 2010-08-16 13:00:09 -0500 (Mon, 16 Aug 2010) | 7 lines
  
  Add information about creating sounds files using
  the sounds tools publically available so that others can create their
  own sounds prompts using the same tools we use to generate sounds releases.
  This allows people creating their own prompts to sound consistent with
  the prompts available from the open source project.
  
  SWP-595
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@282470 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-08-16 18:01:00 +00:00
..
2008-07-31 16:37:08 +00:00
2009-01-21 22:04:16 +00:00
2010-03-02 21:09:27 +00:00
2010-05-24 19:06:40 +00:00
2008-07-31 16:37:08 +00:00
2010-06-08 05:29:08 +00:00

Asterisk Reference Documentation
--------------------------------

1) To generate a PDF from this documentation, you will need the rubber tool,
   and all of its dependencies.  The web site for this tool is:

      http://www.pps.jussieu.fr/~beffara/soft/rubber/

   Then, once this tool is installed, running "make pdf" will generate
   the PDF automatically using this tool.  The result will be asterisk.pdf.

   NOTE:  After installing rubber, you will need to re-run the top level
   configure script.  It checks to see if rubber is installed, so that the
   asterisk.pdf Makefile target can produce a useful error message when it is
   not installed.

2) To generate HTML from this documentation, you will need the latex2html tool,
   and all of its dependencies.  The web site for this tool is:

      http://www.latex2html.org/

   Then, once this tool is installed, running "make html" will generate the
   HTML documentation.  The result will be an asterisk directory full of
   HTML files.