From: Paul B. S. <pa...@us...> - 2001-10-09 22:33:35
|
Update of /cvsroot/linux-atm/linux-atm/doc In directory usw-pr-cvs1:/tmp/cvs-serv29253/linux-atm/doc Modified Files: README Added Files: Makefile.am README.tc atm-linux-howto.sgml atm-linux-howto.txt Removed Files: Makefile README.DNS rlatex t2a.pl url.sty usage.tex usage.txt Log Message: Merge V2_4_0 branch into the main branch... Index: README =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/doc/README,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** README 2001/08/20 21:03:54 1.1 --- README 2001/10/09 22:33:02 1.2 *************** *** 1,26 **** ! Linux ATM, documentation ! ======================== ! ! In order to generate the document from the source, you need Perl 4 or Perl 5. ! ! If you also have LaTeX: In order to generate a DVI file for further ! processing, type ! ! make dvi ! ! If you also have LaTeX and dvips: In order to generate PostScript outout, ! type ! ! make ps ! In order to generate plain ASCII output, type ! make ascii ! To clean up, type ! make clean - or - make spotless --- 1,20 ---- ! In order to build the documentation just do: ! make my_favorite_doc_type ! Where my_favorite_doc_type is one of: ! html - HyperText Markup Language (HTML) ! txt - ASCII plain text ! rtf - Rich Text Format ! ps - Postscript ! pdf - Portable Document Format (PDF) ! SGMLtools-Lite (http://sgmltools-lite.sourceforge.net/) is used to create the ! HTML, text, and Postscript verions of the documentation as it does the best ! overall job of creating those document types. It won't work if you wish to ! create the RTF or PDF versions of the document. You will need the ! Cygnus DocBook Tools available from RedHat (http://www.redhat.com/) if you ! wish to create those document types. --- Makefile DELETED --- --- README.DNS DELETED --- --- rlatex DELETED --- --- t2a.pl DELETED --- --- url.sty DELETED --- --- usage.tex DELETED --- --- usage.txt DELETED --- |