summaryrefslogtreecommitdiffstats
path: root/Doc/html/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* When generating the top-level index to the documents, make sure someFred Drake1999-11-181-1/+3
| | | | | | oddball things from the LaTeX get translated to rational values. This is mostly to keep things from looking broken in a development tree when they're not.
* Change the suggestions pointer at the bottom of generated HTML pages.Fred Drake1999-10-291-1/+1
|
* "make clobber" should remove modindex.html as well.Fred Drake1999-09-241-2/+2
| | | | Added realclean and distclean as synonyms for clobber.
* Tell mkhowto to use stdabout.dat for the documents it processes here.Fred Drake1999-09-231-4/+4
|
* Added wcnew target to run the "wcnew" version of webchecker.Fred Drake1999-04-291-0/+11
|
* For the tutorial, use numeric node names and split by chapter.Fred Drake1999-04-291-6/+6
|
* Move index.html rules to the end since it wedges font-lock.Fred Drake1999-04-291-13/+19
| | | | Remember to delete index.html for clobber since it is now generated..
* Generate index.html from index.html.in. This avoids having to modify theFred Drake1999-04-291-1/+12
| | | | | index to update the version number; boilerplate.tex remains the only document source for this information.
* Adjust the message that gets added to the bottom of each page aboutFred Drake1999-04-281-1/+1
| | | | where to send comments.
* Added "doc" target to match the other document-prefix targets.Fred Drake1999-04-051-0/+1
|
* 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
|
* 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".
* 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.
* 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.
* Make the dependencies really work for the HTML version.Fred Drake1998-10-071-0/+2
|
* Add l2hinit.perl to COMMONPERL.Fred Drake1998-08-131-1/+2
|
* 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.
* 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
|
* Remove the tarhtml target; not useful from the sub-make.Fred Drake1998-05-111-3/+0
|
* Added the webcheck target here.Fred Drake1998-05-071-0/+3
|
* 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/.