Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Some versions of latex2html don't automatically append the .tex extension to | Fred Drake | 1998-05-08 | 1 | -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 arg | Fred Drake | 1998-05-08 | 1 | -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 Drake | 1998-05-08 | 1 | -1/+1 | |
| | ||||||
* | Oops! Must have deleted a word by accident before the last check-in of this | Fred Drake | 1998-05-08 | 1 | -1/+1 | |
| | | | | | | file; "make" (the 'all' target) became a no-op! Now works as previously described. | |||||
* | Be a little more robust handling filenames. | Fred Drake | 1998-05-07 | 1 | -4/+5 | |
| | ||||||
* | Ignore the webchecker turd. | Fred Drake | 1998-05-07 | 1 | -0/+1 | |
| | ||||||
* | Added the webcheck target here. | Fred Drake | 1998-05-07 | 1 | -0/+3 | |
| | ||||||
* | Cleaned out some more cruft. | Fred Drake | 1998-05-07 | 1 | -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 Drake | 1998-05-07 | 2 | -6/+24 | |
| | ||||||
* | Add support for a --pdf option to cause a PDF file to be created instead; | Fred Drake | 1998-05-07 | 1 | -9/+19 | |
| | | | | most of the processing is the same and has to be done anyway. | |||||
* | Markup consistency. | Fred Drake | 1998-05-07 | 1 | -14/+14 | |
| | | | | | Using \input instead of \include to avoid extra .aux files from being generated. | |||||
* | Small updates. | Fred Drake | 1998-05-07 | 1 | -8/+1 | |
| | ||||||
* | Add check to conjugate() that there are no excess arguments. | Guido van Rossum | 1998-05-07 | 1 | -2/+5 | |
| | ||||||
* | AMK's revised version of the previous patch. | Guido van Rossum | 1998-05-07 | 3 | -11/+29 | |
| | ||||||
* | Preliminary convenience Makefile. | Fred Drake | 1998-05-07 | 2 | -0/+28 | |
| | ||||||
* | Better go ahead and remove some cruftiness.... | Fred Drake | 1998-05-07 | 1 | -6/+0 | |
| | ||||||
* | Support the new directory structure. | Fred Drake | 1998-05-07 | 1 | -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 Drake | 1998-05-07 | 1 | -25/+0 | |
| | ||||||
* | Ignore .tar.gz files in this directory. | Fred Drake | 1998-05-07 | 2 | -0/+2 | |
| | ||||||
* | Don't ignore the html/ directory. | Fred Drake | 1998-05-07 | 1 | -1/+0 | |
| | ||||||
* | New script to drive HTML generation. | Fred Drake | 1998-05-07 | 1 | -0/+27 | |
| | ||||||
* | Ignore subdirectories if your name is "cvs". | Fred Drake | 1998-05-07 | 1 | -0/+6 | |
| | ||||||
* | Sub-makefile that can be used to drive the HTML conversion from this subdir. | Fred Drake | 1998-05-07 | 1 | -0/+34 | |
| | | | | | Most of the logic is still in the primary Makefile and a new script in Doc/tools/. | |||||
* | Support HPUX 10.20 DCE threads. | Guido van Rossum | 1998-05-07 | 1 | -0/+6 | |
| | ||||||
* | support hpux pthreads | Guido van Rossum | 1998-05-07 | 2 | -107/+161 | |
| | ||||||
* | Get rid of test for -lsun (very old IRIX); add test for -lm (needed on | Guido van Rossum | 1998-05-07 | 2 | -4/+7 | |
| | | | | enough platforms). | |||||
* | An applet with Popt and GUSI preferences but without alis resource | Jack Jansen | 1998-05-07 | 1 | -2/+3 | |
| | | | | | didn't work, because the resource file chain was incomplete when we tried to open the preference file. Fixed. | |||||
* | Relocating file to mac. | Fred Drake | 1998-05-07 | 2 | -357/+0 | |
| | ||||||
* | Relocating file to Doc/ext. | Fred Drake | 1998-05-07 | 1 | -1502/+0 | |
| | ||||||
* | Relocating file to Doc/lib/ | Fred Drake | 1998-05-07 | 142 | -21211/+0 | |
| | ||||||
* | More changes to support the new directory structure. | Fred Drake | 1998-05-07 | 1 | -34/+50 | |
| | ||||||
* | New helper script to build the .dvi for a Python manual; usable for the | Fred Drake | 1998-05-07 | 1 | -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 Drake | 1998-05-07 | 9 | -3364/+0 | |
| | ||||||
* | Relocating file to Doc/mac. | Fred Drake | 1998-05-06 | 12 | -1468/+0 | |
| | ||||||
* | Relocating file to Doc/api. | Fred Drake | 1998-05-06 | 1 | -3016/+0 | |
| | ||||||
* | Relocating file to Doc/tut. | Fred Drake | 1998-05-06 | 1 | -3495/+0 | |
| | ||||||
* | Change the set of subdirectories to ignore. | Fred Drake | 1998-05-06 | 1 | -5/+1 | |
| | ||||||
* | Ignore intermediate files. | Fred Drake | 1998-05-06 | 1 | -0/+11 | |
| | ||||||
* | Ignore temporary files. | Fred Drake | 1998-05-06 | 1 | -0/+11 | |
| | ||||||
* | Modified version of ../texinputs/pypaper.sty that specifies A4 paper. | Fred Drake | 1998-05-06 | 1 | -0/+5 | |
| | ||||||
* | Fix a bogus \code@...@ to be \code{...}. | Fred Drake | 1998-05-06 | 2 | -48/+46 | |
| | | | | Normalize some other markup. | |||||
* | Relocating file to Doc/texinputs. | Fred Drake | 1998-05-06 | 2 | -39/+0 | |
| | ||||||
* | The Python Reference Manual. | Fred Drake | 1998-05-06 | 18 | -0/+6730 | |
| | ||||||
* | First cut at welcoming the Python Reference Manual back to the fold. | Fred Drake | 1998-05-06 | 1 | -14/+23 | |
| | ||||||
* | \itembreak, | Fred Drake | 1998-05-06 | 1 | -0/+14 | |
| | | | | | \itemjoin, \kwindex: Revived definitions to support the Python Reference Manual. | |||||
* | Adding Tim Peters' ndiff utility. | Guido van Rossum | 1998-05-06 | 1 | -0/+667 | |
| | | | | | This is handy for comparing plain-text documentation files, since it displays intra-line differences. | |||||
* | When a file name is selected ("OK" button, <Return> in the filename entry), | Fred Drake | 1998-05-06 | 1 | -1/+5 | |
| | | | | | | | | and the "key" keyword parameter was used to invoke .go(), use the directory of the selected file as the stored directory to return to when the same key is used again. This is useful since the user may well entry at least part of the path in the filename box instead of doing a lot of clicking around in the listboxes. | |||||
* | Added a PopupMenu class. | Jack Jansen | 1998-05-06 | 1 | -4/+26 | |
| | ||||||
* | New files from Thomas Gellekum | Guido van Rossum | 1998-05-06 | 10 | -5/+1202 | |
| | ||||||
* | After variable expansion, what was formerly a single word can now | Guido van Rossum | 1998-05-06 | 1 | -7/+8 | |
| | | | | | | contain multiple words, all of which may have to be joined with the path of the extension directory. (Sjoerd) |