summaryrefslogtreecommitdiffstats
path: root/Doc/html
Commit message (Collapse)AuthorAgeFilesLines
* Adjust the message that gets added to the bottom of each page aboutFred Drake1999-04-281-1/+1
| | | | where to send comments.
* Use the standard stylesheet here as well.Fred Drake1999-04-141-0/+1
|
* Ignore the doc/ directory ("Documenting Python").Fred Drake1999-04-121-0/+1
|
* Added "doc" target to match the other document-prefix targets.Fred Drake1999-04-051-0/+1
|
* Added "Documenting Python" to the index.Fred Drake1999-03-301-0/+3
|
* Added some rules that affect those little "See also:" sections.Fred Drake1999-03-251-0/+11
|
* Add "Documenting Python" to the list of processed documents.Fred Drake1999-03-181-1/+7
|
* Pass in the 'Send comments to ...' on the mkmodindex command line,Fred Drake1999-03-041-1/+4
| | | | just like we do for mkhowto.
* Switch to the Python version of mkhowto.Fred Drake1999-03-031-1/+1
|
* Changes to accomodate the global module index and platform annotations.Fred Drake1999-03-022-0/+13
|
* Only use 4 columns in the module index, to accomodate platform annotations.Fred Drake1999-03-021-1/+1
|
* Add target for modindex.html; a combined lib+mac module index. AlsoFred Drake1999-02-241-1/+5
| | | | built with target "all".
* Ignore a file called modindex.html.Fred Drake1999-02-241-0/+1
|
* Specify the sizes of H? relative to the normal font size asFred Drake1999-02-191-2/+3
| | | | | | | | percentages; using "large", "x-large" makes them too big for some troublemakers. ;-) (Not specifying them at all causes some browsers to make them the same size as normal text. ;-( )
* Remove all email addresses.Fred Drake1999-02-161-3/+2
|
* CSS style sheet for the documentation.Fred Drake1999-02-161-0/+45
|
* Use the same markup for email addresses as is produced by using \emailFred Drake1999-02-161-3/+3
| | | | in the LaTeX sources.
* Remove stuff related to copying the icons directory around -- justFred Drake1999-02-151-13/+8
| | | | isn't needed.
* HTMLBASE: New variable. Make it easier to check an "installed" copyFred Drake1999-02-151-18/+21
| | | | | | | | of the HTML documents using the webcheck target. When there's not a usable .aux file, use mkdvi.sh --aux instead of building the .dvi completely. This makes the most difference for the library reference.
* L2HARGS: Specify the HTML version we're producing, since this is whatFred Drake1999-02-121-0/+3
| | | | we generate anyway.
* Use the shorter form of Christopher Petrilli's email address.Fred Drake1999-02-121-1/+1
|
* New blank icon to match the others in size & color, with without anyFred Drake1999-02-091-0/+0
| | | | symbol on it.
* Make the documents that have indexes dependent on the buildindex.pyFred Drake1999-01-051-4/+6
| | | | script.
* Add a --address parameter to the mkhowto command line to directFred Drake1998-11-301-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'tFred Drake1998-11-301-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 Drake1998-11-301-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 Drake1998-10-071-0/+2
|
* Clean up the HTML a bit; update the version number.Fred Drake1998-08-171-21/+22
|
* Add l2hinit.perl to COMMONPERL.Fred Drake1998-08-131-1/+2
|
* New icons from Christopher Petrilli <petrilli@dworkin.amber.org>.Fred Drake1998-08-136-0/+0
| | | | Cool!
* Re-written to actually perform the conversion instead of using a sub-makeFred Drake1998-08-121-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 Drake1998-08-111-8/+15
|
* Make sure the icons/ directory is created even if only one document isFred Drake1998-08-111-6/+6
| | | | converted.
* Add a link to the Macintosh Module Reference here, too.Fred Drake1998-08-101-0/+3
|
* webcheck target in this Makefile wasn't used.Fred Drake1998-05-191-3/+0
|
* Add support for the Macintosh Library Modules document.Fred Drake1998-05-151-1/+4
|
* Ignore the mac/ directory....Fred Drake1998-05-151-0/+1
|
* Update to use the output names used by latex2html for the Python ReferenceFred Drake1998-05-151-1/+1
| | | | Manual; the old FrameMaker names no longer apply.
* Remove the tarhtml target; not useful from the sub-make.Fred Drake1998-05-111-3/+0
|
* Ignore the webchecker turd.Fred Drake1998-05-071-0/+1
|
* Added the webcheck target here.Fred Drake1998-05-071-0/+3
|
* Ignore subdirectories if your name is "cvs".Fred Drake1998-05-071-0/+6
|
* Sub-makefile that can be used to drive the HTML conversion from this subdir.Fred Drake1998-05-071-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 WindowsGuido van Rossum1997-11-251-0/+25
platform).