asterisk/doc/tex
Russell Bryant 51e7035dfe Merge a big batch of documentation fixes for escaping, marking URLs, places
where verbatim text went off the end of the page on the PDF, and various
other improvements
(closes issue #10307, IgorG)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@77284 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-07-26 14:49:51 +00:00
..
Makefile * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
README.txt * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
ael.tex Fix escaping and some of the formattting (closes issue #10285) 2007-07-24 18:19:18 +00:00
ajam.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
app-sms.tex Merge a big batch of documentation fixes for escaping, marking URLs, places 2007-07-26 14:49:51 +00:00
asterisk-conf.tex Merge a big batch of documentation fixes for escaping, marking URLs, places 2007-07-26 14:49:51 +00:00
asterisk.tex Merge a big batch of documentation fixes for escaping, marking URLs, places 2007-07-26 14:49:51 +00:00
billing.tex Fix escaping and some of the formattting (closes issue #10285) 2007-07-24 18:19:18 +00:00
cdrdriver.tex Merge a big batch of documentation fixes for escaping, marking URLs, places 2007-07-26 14:49:51 +00:00
chaniax.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
channelvariables.tex Merge a big batch of documentation fixes for escaping, marking URLs, places 2007-07-26 14:49:51 +00:00
cliprompt.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
configuration.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
dundi.tex Merge a big batch of documentation fixes for escaping, marking URLs, places 2007-07-26 14:49:51 +00:00
enum.tex Merge a big batch of documentation fixes for escaping, marking URLs, places 2007-07-26 14:49:51 +00:00
extensions.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
freetds.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
hardware.tex Merge a big batch of documentation fixes for escaping, marking URLs, places 2007-07-26 14:49:51 +00:00
ices.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
imapstorage.tex Merge a big batch of documentation fixes for escaping, marking URLs, places 2007-07-26 14:49:51 +00:00
jitterbuffer.tex Fix escaping and some of the formattting (closes issue #10285) 2007-07-24 18:19:18 +00:00
localchannel.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
manager.tex Merge a big batch of documentation fixes for escaping, marking URLs, places 2007-07-26 14:49:51 +00:00
misdn.tex Merge a big batch of documentation fixes for escaping, marking URLs, places 2007-07-26 14:49:51 +00:00
mp3.tex Merge a big batch of documentation fixes for escaping, marking URLs, places 2007-07-26 14:49:51 +00:00
odbcstorage.tex Merge a big batch of documentation fixes for escaping, marking URLs, places 2007-07-26 14:49:51 +00:00
privacy.tex Merge a big batch of documentation fixes for escaping, marking URLs, places 2007-07-26 14:49:51 +00:00
qos.tex Merge a big batch of documentation fixes for escaping, marking URLs, places 2007-07-26 14:49:51 +00:00
queuelog.tex Fix escaping and some of the formattting (closes issue #10285) 2007-07-24 18:19:18 +00:00
queues-with-callback-members.tex Merge a big batch of documentation fixes for escaping, marking URLs, places 2007-07-26 14:49:51 +00:00
realtime.tex Merge a big batch of documentation fixes for escaping, marking URLs, places 2007-07-26 14:49:51 +00:00
security.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00
sla.tex * Move LaTeX docs into a tex/ subdirectory of the doc/ dir 2007-07-02 22:27:46 +00:00

README.txt

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.