Files
asterisk/doc/tex
Leif Madsen 4da15175cb Merged revisions 210564 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r210564 | lmadsen | 2009-08-05 13:49:58 -0500 (Wed, 05 Aug 2009) | 19 lines
  
  Merged revisions 210563 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r210563 | lmadsen | 2009-08-05 13:46:21 -0500 (Wed, 05 Aug 2009) | 11 lines
    
    Update imapstorage.txt documentation.
    Updated the imapstorage.txt documentation to reflect that issues with
    c-client versions older than 2007 seem to cause crashing issues that
    are not seen with more recent versions. Documentation has been updated
    to reflect this.
    
    (closes issue #14496)
    Reported by: vbcrlfuser
    Patches:
          __20090727-imap-documentation-patch.txt uploaded by lmadsen (license 10)
    Tested by: lmadsen, mmichelson, dbrooks
  ........
................


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@210567 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-08-05 18:57:21 +00:00
..
2008-07-31 16:37:08 +00:00
2008-08-12 19:48:38 +00:00
2009-07-18 02:09:13 +00:00
2008-01-14 14:33:17 +00:00
2008-07-31 16:37: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.