summaryrefslogtreecommitdiffstats
path: root/Doc/html/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* No longer needed since the main Makefile is "flat".Fred Drake2001-02-191-136/+0
|
* Make the top-level index.html depend on the individual document index.htmlFred Drake2001-02-191-1/+5
| | | | files so that the date is properly updated on the front page.
* Remove bogus "echo" command.Fred Drake2001-01-091-1/+0
|
* Added a --global-module-index option to specify a (possibly relative) URLFred Drake2001-01-091-1/+2
| | | | | | | | | to the Global Module Index for a set of documents. This is used to include a reference to the global index from the per-document module indexes, so that it is just a little easier to find. (Someone suggested this, but I do not remember who. Please let me know if it was you -- thanks!)
* Remove some HTML from the PYTHONDOCS fragment defined here.Fred Drake2000-10-251-1/+1
|
* Do not forget to build the acks.html file when building "all"!Fred Drake2000-10-091-1/+1
|
* Add rules for generating the acks.html file at the top of the document tree.Fred Drake2000-10-051-2/+7
|
* Change the title of the link to the document index to be more specific.Fred Drake2000-09-121-2/+2
|
* Move common parameters to mkhowto to a variable, add up-link from theFred Drake2000-08-311-19/+13
| | | | generated documents to the document index.
* Centralize the processing logic for LaTeX documents into the mkhowto script;Fred Drake2000-08-311-59/+27
| | | | | | | do not use mkdvi.sh or mkhtl.sh any more. This slows down building all versions of the documentation, but if you are only building one format, it does not matter.
* Include the document dependencies earlier so that documents are rebuiltFred Drake2000-08-111-2/+2
| | | | when they need to be.
* Always pass the split level to LaTeX2HTML as a command line option sinceFred Drake2000-07-311-4/+4
| | | | | newer versions only process one initialization file, and do so at a different time than previous versions.
* Added the Distutils manuals: inst and dist.Greg Ward2000-04-281-3/+17
|
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-031-1/+3
|
* 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/.