summaryrefslogtreecommitdiffstats
path: root/Doc/tools/mkdvi.sh
Commit message (Collapse)AuthorAgeFilesLines
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-031-1/+1
|
* Further refinement, to allow this to handle the library reference asFred Drake1999-04-141-5/+5
| | | | well as the other "manual" documents.
* Add some support for the module index, so this can be used to buildFred Drake1999-04-141-0/+13
| | | | the .aux file for any of the "manual" class documents.
* Add an optional parameter to make the script run latex only once toFred Drake1999-02-151-15/+38
| | | | | | | generate an .aux file. This can make HTML generation a bit faster when print formats aren't needed. Explained parameters in a comment.
* Reflect new name of index style file.Fred Drake1998-10-191-2/+2
|
* Don't be so ugly as to use "set -x" to get the executed commands printed.Fred Drake1998-05-111-1/+6
|
* Add support for a --pdf option to cause a PDF file to be created instead;Fred Drake1998-05-071-9/+19
| | | | most of the processing is the same and has to be done anyway.
* New helper script to build the .dvi for a Python manual; usable for theFred Drake1998-05-071-0/+26
api, ext, ref, and tut manuals. The Library Reference requires too much special index processing to make it beneficial to extend this to support it.