Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump the release to 1.5.2a2. | Fred Drake | 1998-10-21 | 1 | -1/+1 |
| | |||||
* | When building the tarball of the PostScript files, also generate & include a | Fred Drake | 1998-08-28 | 1 | -1/+2 |
| | | | | little README giving the page count of each file when printed. | ||||
* | Massive cleanup: Use Makefiles in subdirs properly, move most of the | Fred Drake | 1998-08-12 | 1 | -280/+96 |
| | | | | | detailed build rules to the subdirs. Allow pretty much every useful target to be built directly from the top dir (no change in output location). | ||||
* | Bump RELEASE to 1.5.2a1. | Fred Drake | 1998-08-11 | 1 | -1/+1 |
| | |||||
* | Added new files to the LIBFILES variable. | Fred Drake | 1998-08-11 | 1 | -2/+4 |
| | |||||
* | Updated list of Library Reference files. | Fred Drake | 1998-08-07 | 1 | -8/+13 |
| | | | | Added some dependencies to some of the HTML generation targets. | ||||
* | Fixed wrapping on some long lines. | Fred Drake | 1998-08-04 | 1 | -43/+50 |
| | |||||
* | Update the documentation release number in RELEASE. | Fred Drake | 1998-08-04 | 1 | -1/+1 |
| | |||||
* | Pass paper size to dvips explicitly. | Fred Drake | 1998-07-29 | 1 | -1/+1 |
| | |||||
* | Fix two remaining references to all-pdf and all-ps to only use pdf and ps. | Fred Drake | 1998-07-29 | 1 | -2/+2 |
| | |||||
* | Added ref/ref.tex to REFFILES. | Fred Drake | 1998-07-28 | 1 | -7/+9 |
| | | | | | | Fixed up some comments. Removed info-related targets from the really big combined targets. | ||||
* | Minor tidy. | Fred Drake | 1998-07-27 | 1 | -1/+1 |
| | |||||
* | Remove all-<format> targets in favor of just <format>. | Fred Drake | 1998-07-24 | 1 | -11/+13 |
| | | | | | | Fix some comments. For lib.pdf, run tools/toc2bkm.py to get "bookmarks" in acroread. | ||||
* | Reflect file renamings for the Python Library Reference. | Fred Drake | 1998-07-24 | 1 | -17/+41 |
| | | | | Fix style dependencies for HOWTO documents. | ||||
* | Added targets dvi, pdf, and ps, to make all of the documents in those formats. | Fred Drake | 1998-07-23 | 1 | -3/+3 |
| | |||||
* | Add libthreading.tex to LIBFILES. | Fred Drake | 1998-07-20 | 1 | -1/+1 |
| | |||||
* | Added cmd, smtplib, multifile | Guido van Rossum | 1998-06-28 | 1 | -1/+2 |
| | |||||
* | Added texinputs/pypaper.sty to the list of manual style files, so that the | Fred Drake | 1998-06-22 | 1 | -1/+1 |
| | | | | .dvi files are properly dependent on it. | ||||
* | Fix the webcheck target so it checks the right files.... | Fred Drake | 1998-05-19 | 1 | -6/+6 |
| | |||||
* | Add mimetypes documentation to library reference dependencies. | Fred Drake | 1998-05-19 | 1 | -1/+2 |
| | |||||
* | Small change to the l2h target allowing the output dir, $(HTMLDIR), to be | Fred Drake | 1998-05-15 | 1 | -1/+3 |
| | | | | a sibling of the html/ directory in the distribution. | ||||
* | Add support for the Macintosh Library Modules document. | Fred Drake | 1998-05-15 | 1 | -7/+18 |
| | |||||
* | Switch to .tgz instead of .tar.gz to appease Windows users. | Fred Drake | 1998-05-11 | 1 | -17/+17 |
| | | | | Clean up the clean & clobber targets. | ||||
* | Pass the release number to the tools/mktarball.sh script. | Fred Drake | 1998-05-11 | 1 | -3/+3 |
| | | | | Nits. | ||||
* | Update some of the comments. | Fred Drake | 1998-05-11 | 1 | -21/+54 |
| | | | | | | Update the .tar.gz targets so that they work from the top level. Reinstate the api, ext, lib, ref, and tut targets. | ||||
* | Fix a comment. | Fred Drake | 1998-05-08 | 1 | -49/+30 |
| | | | | | | | Avoid extra level of recursion in the paper-*/ directories. Added the "info" target to use the subdir. Partparse, however, is broken again. | ||||
* | l2h target: Do the "right thing" regarding the paper-*/ subdirs as the other | Fred Drake | 1998-05-08 | 1 | -1/+1 |
| | | | | | "big" targets. Fix is to set the TEXINPUTS on the command line of the sub-make. | ||||
* | $(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! ;-) | ||||
* | 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. | ||||
* | 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. | ||||
* | 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. | ||||
* | More changes to support the new directory structure. | Fred Drake | 1998-05-07 | 1 | -34/+50 |
| | |||||
* | First cut at welcoming the Python Reference Manual back to the fold. | Fred Drake | 1998-05-06 | 1 | -14/+23 |
| | |||||
* | Move a bit closer to HTML generation without depending on the temp files | Fred Drake | 1998-04-28 | 1 | -19/+23 |
| | | | | | | | | | | being in the current directory. Be more careful cleaning up. Correct an error in a comment. Add recent additions to the dependencies for lib.dvi. | ||||
* | clean target: Remove intermediate files from creation of outline in PDF. | Fred Drake | 1998-04-25 | 1 | -1/+1 |
| | |||||
* | Added libpoplib.tex to dependencies for the library reference. | Fred Drake | 1998-04-24 | 1 | -17/+21 |
| | | | | | Some mods to allow PS to be generated when the current dir is *not* Doc; to help out with generating A4 versions. | ||||
* | Don't override the default $ADDRESS. | Fred Drake | 1998-04-23 | 1 | -1/+1 |
| | |||||
* | Separate the Mac-related files from the library reference files. The new | Fred Drake | 1998-04-17 | 1 | -5/+7 |
| | | | | variable isn't used yet. | ||||
* | Added dependency on the tools/toc2bkm.py script for the PDF files. | Fred Drake | 1998-04-15 | 1 | -0/+1 |
| | |||||
* | Add RELEASE make variable; this gets the entire release # ("1.5.1"). | Fred Drake | 1998-04-13 | 1 | -12/+13 |
| | |||||
* | Add imaplib to appropriate lists. | Fred Drake | 1998-04-11 | 1 | -1/+1 |
| | |||||
* | Remove @webchecker.pickle in the "clean" target. | Fred Drake | 1998-04-09 | 1 | -1/+1 |
| | |||||
* | Use new index style for makeindex. | Fred Drake | 1998-04-04 | 1 | -3/+5 |
| | | | | Add dependency on libfileinput.tex for lib.dvi. | ||||
* | Reverting some the index stuff to use tools/newind.py again; this works | Fred Drake | 1998-03-17 | 1 | -2/+4 |
| | | | | | | | | | better with LaTeX2HTML. Run pdflatex twice to generate the PDF files, even though LaTeX has already been run a couple of times. This ensures that font metrics for the final run match those for the first run, and seesm to get (somewhat) better outline results. | ||||
* | Ok, remove dependency on the obsolete tools/modindex.py. | Fred Drake | 1998-03-09 | 1 | -1/+1 |
| | |||||
* | Adjust index file resetting; just remove the files. The new index support | Fred Drake | 1998-03-09 | 1 | -4/+3 |
| | | | | | | doesn't fail if the files don't exist. Use makeindex for the module index. | ||||
* | Remove info targets from "world" and "tarballs". | Fred Drake | 1998-03-07 | 1 | -2/+2 |
| | | | | | This is because it's not working again; the optional arg. for \seemodule{} is not yet supported. | ||||
* | Revised Makefile to handle the new directories correctly. | Fred Drake | 1998-03-06 | 1 | -52/+52 |
| | |||||
* | latex-$(VERSION).tar.gz, tarlatex: Create the source distribution. | Fred Drake | 1998-03-05 | 1 | -3/+9 |
| | | | | clean: Remove all the generatable tarballs. |