-
- Downloads
Add ability to generate ASCII documentation from the TeX files.
These changes add the ability to run 'make asterisk.txt' just like the existing 'make asterisk.pdf' commands to generate a text document from the TeX files we have in the doc/tex/ directory. I've also updated a few of the .tex files because they weren't properly escaping certain characters so they would show up as Unicode characters (like [U+021C]). Made changes to the configure scripts so it would detect the catdvi program which is required to convert the .dvi file generated by latex. I've also added a few lines to the build_tools/prep_tarball script so that the text documentation gets generated and added to future tarballs of Asterisk releases. (closes issue #17220) Reported by: lmadsen Patches: asterisk.txt.patch uploaded by lmadsen (license 10) asterisk.txt.patch-v4 uploaded by pabelanger (license 224) Tested by: lmadsen, pabelanger git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@258351 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- Makefile 4 additions, 0 deletionsMakefile
- build_tools/prep_tarball 2 additions, 0 deletionsbuild_tools/prep_tarball
- configure 10034 additions, 10670 deletionsconfigure
- configure.ac 1 addition, 0 deletionsconfigure.ac
- doc/tex/Makefile 31 additions, 1 deletiondoc/tex/Makefile
- doc/tex/ael.tex 2 additions, 2 deletionsdoc/tex/ael.tex
- doc/tex/asterisk.tex 1 addition, 1 deletiondoc/tex/asterisk.tex
- doc/tex/cel-doc.tex 3 additions, 3 deletionsdoc/tex/cel-doc.tex
- doc/tex/enum.tex 3 additions, 3 deletionsdoc/tex/enum.tex
- doc/tex/localchannel.tex 3 additions, 1 deletiondoc/tex/localchannel.tex
- doc/tex/phoneprov.tex 3 additions, 3 deletionsdoc/tex/phoneprov.tex
- doc/tex/security-events.tex 1 addition, 1 deletiondoc/tex/security-events.tex
- include/asterisk/autoconfig.h.in 29 additions, 17 deletionsinclude/asterisk/autoconfig.h.in
- makeopts.in 1 addition, 0 deletionsmakeopts.in
Loading
Please register or sign in to comment