summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded line.Fred Drake1998-05-082-2/+0
|
* Use \ldots, not \dots. The info process doesn't know about \dots.Fred Drake1998-05-081-1/+1
|
* Adjust to new file layout.Fred Drake1998-05-081-1/+1
|
* Move the rules to build the info files here.Fred Drake1998-05-081-0/+32
|
* Relocating file to Doc/info.Fred Drake1998-05-082-123/+0
|
* exec is a statement, not a function!Guido van Rossum1998-05-081-3/+3
|
* l2h target: Do the "right thing" regarding the paper-*/ subdirs as the otherFred Drake1998-05-081-1/+1
| | | | | "big" targets. Fix is to set the TEXINPUTS on the command line of the sub-make.
* Some versions of latex2html don't automatically append the .tex extension toFred Drake1998-05-081-1/+4
| | | | the name of the main .tex source file if it's not in the current directory.
* $(KPSEWHICH): Use the older style of calling kpsewhich with the argFred Drake1998-05-081-1/+1
| | | | | specifying *which* type of path to search. This works for both teTeX 0.4 and 0.9. This is what we call portability these days! ;-)
* /bin/sed works on both Solaris and RedHat Linux; /usr/bin/sed does not.Fred Drake1998-05-081-1/+1
|
* Oops! Must have deleted a word by accident before the last check-in of thisFred Drake1998-05-081-1/+1
| | | | | | file; "make" (the 'all' target) became a no-op! Now works as previously described.
* Be a little more robust handling filenames.Fred Drake1998-05-071-4/+5
|
* Ignore the webchecker turd.Fred Drake1998-05-071-0/+1
|
* Added the webcheck target here.Fred Drake1998-05-071-0/+3
|
* Cleaned out some more cruft.Fred Drake1998-05-071-60/+76
| | | | | | | | | | | Added some new cruft. For some of the "big" targets, force things to happen in the "right" subdirectory, i.e., "make" will build the DVI and PostScript files in the paper-letter/ directory, and "make PAPER=a4" will build DVI and PostScript files in the paper-a4/ directory. Probably still needs some restructuring.
* Some cleanup, added clean & clobber targets.Fred Drake1998-05-072-6/+24
|
* Add support for a --pdf option to cause a PDF file to be created instead;Fred Drake1998-05-071-9/+19
| | | | most of the processing is the same and has to be done anyway.
* Markup consistency.Fred Drake1998-05-071-14/+14
| | | | | Using \input instead of \include to avoid extra .aux files from being generated.
* Small updates.Fred Drake1998-05-071-8/+1
|
* Preliminary convenience Makefile.Fred Drake1998-05-072-0/+28
|
* Better go ahead and remove some cruftiness....Fred Drake1998-05-071-6/+0
|
* Support the new directory structure.Fred Drake1998-05-071-85/+72
| | | | | | Some targets may be a little raw, but the basic formatting targets are all tested, primarily for use from the subdirs. There are probably a few gotchas, and the paper-*/ directories could use "helper" Makefiles.
* Relocating file to Doc/html.Fred Drake1998-05-071-25/+0
|
* Ignore .tar.gz files in this directory.Fred Drake1998-05-072-0/+2
|
* Don't ignore the html/ directory.Fred Drake1998-05-071-1/+0
|
* New script to drive HTML generation.Fred Drake1998-05-071-0/+27
|
* 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/.
* Relocating file to mac.Fred Drake1998-05-072-357/+0
|
* Relocating file to Doc/ext.Fred Drake1998-05-071-1502/+0
|
* Relocating file to Doc/lib/Fred Drake1998-05-07142-21211/+0
|
* More changes to support the new directory structure.Fred Drake1998-05-071-34/+50
|
* New helper script to build the .dvi for a Python manual; usable for theFred Drake1998-05-071-0/+26
| | | | | | api, ext, ref, and tut manuals. The Library Reference requires too much special index processing to make it beneficial to extend this to support it.
* Relocating file to Doc/ref.Fred Drake1998-05-079-3364/+0
|
* Relocating file to Doc/mac.Fred Drake1998-05-0612-1468/+0
|
* Relocating file to Doc/api.Fred Drake1998-05-061-3016/+0
|
* Relocating file to Doc/tut.Fred Drake1998-05-061-3495/+0
|
* Change the set of subdirectories to ignore.Fred Drake1998-05-061-5/+1
|
* Ignore intermediate files.Fred Drake1998-05-061-0/+11
|
* Ignore temporary files.Fred Drake1998-05-061-0/+11
|
* Modified version of ../texinputs/pypaper.sty that specifies A4 paper.Fred Drake1998-05-061-0/+5
|
* Fix a bogus \code@...@ to be \code{...}.Fred Drake1998-05-062-48/+46
| | | | Normalize some other markup.
* Relocating file to Doc/texinputs.Fred Drake1998-05-062-39/+0
|
* The Python Reference Manual.Fred Drake1998-05-0618-0/+6730
|
* First cut at welcoming the Python Reference Manual back to the fold.Fred Drake1998-05-061-14/+23
|
* \itembreak,Fred Drake1998-05-061-0/+14
| | | | | \itemjoin, \kwindex: Revived definitions to support the Python Reference Manual.
* Fix typo in example found by Anthony Starks <anthony_starks@merck.com>,Fred Drake1998-05-062-2/+2
| | | | reported to me by Piers Lauder <piers@cs.su.oz.au>.
* cleanup(): Remove *all* the temp files related to index generation!Fred Drake1998-04-291-1/+3
|
* Work around lack of support for \if... in latex2html.Fred Drake1998-04-292-0/+16
|
* Set $TEXINPUTS='' to make l2h pick up the right thing from the environment.Fred Drake1998-04-291-0/+2
|