Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ignore all *.tex files in the typesetting output directories since there are | Fred Drake | 2001-10-29 | 1 | -1/+1 |
| | | | | a bunch of them now. | ||||
* | No longer needed since the main Makefile is "flat". | Fred Drake | 2001-02-19 | 1 | -130/+0 |
| | |||||
* | Adjust the Macintosh manual to have the formatting dependencies for | Fred Drake | 2000-10-14 | 1 | -6/+6 |
| | | | | manuals instead of howtos. | ||||
* | When formatting the API manual, use the generated api.tex rather than | Fred Drake | 2000-09-12 | 1 | -2/+2 |
| | | | | the original, since the refcount information has been added there. | ||||
* | Centralize the processing logic for LaTeX documents into the mkhowto script; | Fred Drake | 2000-08-31 | 1 | -28/+19 |
| | | | | | | | 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. | ||||
* | Added 'inst' and 'dist' -- the two Distutils manuals. | Greg Ward | 2000-04-28 | 1 | -3/+17 |
| | |||||
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 2 | -4/+8 |
| | |||||
* | Straighten out dependencies so changes in the texinputs/* get reflected. | Fred Drake | 1999-10-29 | 1 | -23/+6 |
| | |||||
* | Use the tools/mkdvi.sh script to generate DVI and PDF output for the | Fred Drake | 1999-04-14 | 1 | -24/+11 |
| | | | | library reference now that it's sufficiently capable. | ||||
* | Ignore some more files kept by mkhowto --keep. | Fred Drake | 1999-03-16 | 1 | -0/+2 |
| | |||||
* | Add support for "Documenting Python". | Fred Drake | 1999-03-16 | 1 | -3/+12 |
| | |||||
* | Switch to the Python version of mkhowto. | Fred Drake | 1999-03-03 | 1 | -3/+3 |
| | |||||
* | Ignore *.pla -- the platform annotation information. Also, remove it for | Fred Drake | 1999-03-02 | 2 | -2/+2 |
| | | | | 'make clean'. | ||||
* | Remove all use of $* in commands; some makes (Solaris 2.5, IRIX 6.X) | Fred Drake | 1998-12-28 | 1 | -19/+19 |
| | | | | | only expand this in dependency lists. Thanks for Sjoerd Mullendar for pointing this out. | ||||
* | Reflect new name of index style file. | Fred Drake | 1998-10-19 | 1 | -2/+2 |
| | |||||
* | Added realclean and distclean targets to match ../Makefile. | Fred Drake | 1998-09-23 | 1 | -0/+3 |
| | |||||
* | Ignore the generated README file. | Fred Drake | 1998-08-28 | 1 | -0/+1 |
| | |||||
* | Target to generate a little README file with the page counts of the PostScript | Fred Drake | 1998-08-28 | 1 | -0/+4 |
| | | | | files. | ||||
* | New Makefile, contains rules for building typeset versions. | Fred Drake | 1998-08-12 | 1 | -0/+136 |
| | |||||
* | Ignore the new ".syn" files used to handle module synopses. | Fred Drake | 1998-07-23 | 1 | -0/+1 |
| | |||||
* | No longer needed. | Fred Drake | 1998-05-08 | 1 | -23/+0 |
| | |||||
* | Remove unneeded line. | Fred Drake | 1998-05-08 | 1 | -1/+0 |
| | |||||
* | Some cleanup, added clean & clobber targets. | Fred Drake | 1998-05-07 | 1 | -3/+12 |
| | |||||
* | Preliminary convenience Makefile. | Fred Drake | 1998-05-07 | 1 | -0/+14 |
| | |||||
* | Ignore .tar.gz files in this directory. | Fred Drake | 1998-05-07 | 1 | -0/+1 |
| | |||||
* | Ignore intermediate files. | Fred Drake | 1998-05-06 | 1 | -0/+11 |