Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the documents that have indexes dependent on the buildindex.py | Fred Drake | 1999-01-05 | 1 | -4/+6 |
| | | | | script. | ||||
* | Add a --address parameter to the mkhowto command line to direct | Fred Drake | 1998-11-30 | 1 | -2/+2 |
| | | | | | | | documentation comments appropriately. In response to comment from Martijn Faassen <faassen@vet.uu.nl>. Add dependency to about.dat. | ||||
* | Oops, remove LaTeX2HTML version number. Could become wrong and isn't | Fred Drake | 1998-11-30 | 1 | -2/+1 |
| | | | | | needed, since it's always added to the comments in the page header anyway. | ||||
* | New file. Contains boilerplate text for the "About this document..." | Fred Drake | 1998-11-30 | 1 | -0/+27 |
| | | | | | | section of LaTeX2HTML-generated documents. Includes credit to Christopher Petrilli for the navigation icons. | ||||
* | Make the dependencies really work for the HTML version. | Fred Drake | 1998-10-07 | 1 | -0/+2 |
| | |||||
* | Clean up the HTML a bit; update the version number. | Fred Drake | 1998-08-17 | 1 | -21/+22 |
| | |||||
* | Add l2hinit.perl to COMMONPERL. | Fred Drake | 1998-08-13 | 1 | -1/+2 |
| | |||||
* | New icons from Christopher Petrilli <petrilli@dworkin.amber.org>. | Fred Drake | 1998-08-13 | 6 | -0/+0 |
| | | | | Cool! | ||||
* | Re-written to actually perform the conversion instead of using a sub-make | Fred Drake | 1998-08-12 | 1 | -18/+76 |
| | | | | | with the parent Makefile. Will also force the auxillary files to be created if they need to be. | ||||
* | Clean things up just a bit. | Fred Drake | 1998-08-11 | 1 | -8/+15 |
| | |||||
* | Make sure the icons/ directory is created even if only one document is | Fred Drake | 1998-08-11 | 1 | -6/+6 |
| | | | | converted. | ||||
* | Add a link to the Macintosh Module Reference here, too. | Fred Drake | 1998-08-10 | 1 | -0/+3 |
| | |||||
* | webcheck target in this Makefile wasn't used. | Fred Drake | 1998-05-19 | 1 | -3/+0 |
| | |||||
* | Add support for the Macintosh Library Modules document. | Fred Drake | 1998-05-15 | 1 | -1/+4 |
| | |||||
* | Ignore the mac/ directory.... | Fred Drake | 1998-05-15 | 1 | -0/+1 |
| | |||||
* | Update to use the output names used by latex2html for the Python Reference | Fred Drake | 1998-05-15 | 1 | -1/+1 |
| | | | | Manual; the old FrameMaker names no longer apply. | ||||
* | Remove the tarhtml target; not useful from the sub-make. | Fred Drake | 1998-05-11 | 1 | -3/+0 |
| | |||||
* | Ignore the webchecker turd. | Fred Drake | 1998-05-07 | 1 | -0/+1 |
| | |||||
* | Added the webcheck target here. | Fred Drake | 1998-05-07 | 1 | -0/+3 |
| | |||||
* | Ignore subdirectories if your name is "cvs". | Fred Drake | 1998-05-07 | 1 | -0/+6 |
| | |||||
* | Sub-makefile that can be used to drive the HTML conversion from this subdir. | Fred Drake | 1998-05-07 | 1 | -0/+34 |
| | | | | | Most of the logic is still in the primary Makefile and a new script in Doc/tools/. | ||||
* | Simple index for the reference manuals (mostly for use on the Windows | Guido van Rossum | 1997-11-25 | 1 | -0/+25 |
platform). |