- f295113 Cleaned out some more cruft. by Fred Drake · 27 years ago
- 106fe12 Better go ahead and remove some cruftiness.... by Fred Drake · 27 years ago
- 9cdf087 Support the new directory structure. by Fred Drake · 27 years ago
- bbe33c5 More changes to support the new directory structure. by Fred Drake · 27 years ago
- a6bb396 First cut at welcoming the Python Reference Manual back to the fold. by Fred Drake · 27 years ago
- 9fab3aa Move a bit closer to HTML generation without depending on the temp files by Fred Drake · 27 years ago
- 23916e7 clean target: Remove intermediate files from creation of outline in PDF. by Fred Drake · 27 years ago
- 3af9f25 Added libpoplib.tex to dependencies for the library reference. by Fred Drake · 27 years ago
- 0d27d08 Don't override the default $ADDRESS. by Fred Drake · 27 years ago
- bdbdb80 Separate the Mac-related files from the library reference files. The new by Fred Drake · 27 years ago
- d671e8f Added dependency on the tools/toc2bkm.py script for the PDF files. by Fred Drake · 27 years ago
- f5013f1 Add RELEASE make variable; this gets the entire release # ("1.5.1"). by Fred Drake · 27 years ago
- 1e0f8bf Add imaplib to appropriate lists. by Fred Drake · 27 years ago
- 6b529ae Remove @webchecker.pickle in the "clean" target. by Fred Drake · 27 years ago
- ea2f2b9 Use new index style for makeindex. by Fred Drake · 27 years ago
- 396a7cf Reverting some the index stuff to use tools/newind.py again; this works by Fred Drake · 27 years ago
- 520f8bd Ok, remove dependency on the obsolete tools/modindex.py. by Fred Drake · 27 years ago
- 8bc9657 Adjust index file resetting; just remove the files. The new index support by Fred Drake · 27 years ago
- 2c954fa Remove info targets from "world" and "tarballs". by Fred Drake · 27 years ago
- e4837a1 Revised Makefile to handle the new directories correctly. by Fred Drake · 27 years ago
- e61d7af latex-$(VERSION).tar.gz, tarlatex: Create the source distribution. by Fred Drake · 27 years ago
- 85551a3 tarballs: Ok, we do support info for the moment, so add that to the tarballs by Fred Drake · 27 years ago
- b1cd771 pdf-$(VERSION).tar.gz: If ref/ref.pdf exists, include it in the tarball by Fred Drake · 27 years ago
- 12577ab For each of the l2h??? targets, remove the sed hack that rips out a comma; by Fred Drake · 27 years ago
- 6659c30 Convert LaTeX support to create a new class of documents. HTML generation by Fred Drake · 27 years ago
- 791f2ae Simplify the parameters passed to node2label.pl. by Fred Drake · 27 years ago
- 4f4e920 Use a Python script to create "empty" indexes. This solves Guido's by Fred Drake · 27 years ago
- 888dfa9 Change quoting of the "echo" commands yet again.... why can't shells agree? by Fred Drake · 27 years ago
- 4d3b2a2 clean: Remove *.out (hyperref's internal files for building outlines for PDF). by Fred Drake · 27 years ago
- 906f7ea Change quoting a little bit to avoid problems building it at CNRI. by Fred Drake · 27 years ago
- 5ad78f3 Changed way *.ind are forced to exist; the files are now reset to contain by Fred Drake · 27 years ago
- f7f2e70 Don't ignore makeinfo errors. by Fred Drake · 27 years ago
- 9168328 Add missing files to $(LIBFILES). by Fred Drake · 27 years ago
- a799835 Revised some targets to make better use of make "special" variables, to avoid by Fred Drake · 27 years ago
- 8ff4b8b Add new files from the Mac user interface breakup. by Fred Drake · 27 years ago
- dd94676 Added libsymbol.tex, libtoken.tex to dependencies for the libref. by Fred Drake · 27 years ago
- 5fd242b Clarified comment about the PS generation when using the all-pdf target. by Fred Drake · 27 years ago
- ddae414 Added all-formats target: use this to get both PDF and PS files; using the by Fred Drake · 27 years ago
- 3b26eed Added rule to generate the PDF format using pdflatex. Commented out since by Fred Drake · 27 years ago
- 6eab2fb Clean up some of the definitions related to info generation. by Fred Drake · 27 years ago
- 04cf4dc Added tarpdf target. by Fred Drake · 27 years ago
- 5d8f0ed Add copyright.tex and boilerplate.tex to the common dependencies for .dvi files. by Fred Drake · 27 years ago
- 4be0071 Include indfix.py script in lib.dvi's processing. by Fred Drake · 27 years ago
- 6b7fc6f Add *.pdf files to the clobber target (same target as *.ps). by Fred Drake · 27 years ago
- 126d840 Use implicit rules to perform DVI->PS and PS->PDF conversions. PDF conversion by Fred Drake · 27 years ago
- 251fed3 $(LIBFILES): Added libcopyreg.tex. by Fred Drake · 27 years ago
- 95810e4 Removed tarps2, tardvi targets based on comments from Guido. by Fred Drake · 27 years ago
- 33d05b9 Added targets: by Fred Drake · 27 years ago
- 34252f9 lib.dvi target: Added commands to generate the modules index. by Fred Drake · 27 years ago
- 1c8b9e4 Clean out *.texi and *.info* as well for "make clean". by Fred Drake · 27 years ago
- 13704a8 Added .PHONY annotation for lib.info target; the real target is by Fred Drake · 27 years ago
- 3d913ad Revised lib1.texi target to deal with some conversion nastiness. See comment. by Fred Drake · 27 years ago
- 9cb6480 Added Greg Stein's docs for BaseHTTPServer.py. by Guido van Rossum · 27 years ago
- 05dd3c0 Added back info generation. Still buggy in the final phase (makeinfo run). by Fred Drake · 27 years ago
- 0f280b6 Use $LOGNAME instead of $USER to get the current user -- it seems to by Guido van Rossum · 27 years ago
- 330c660 The dependency of tarhtml on l2h was a bad idea. by Guido van Rossum · 27 years ago
- 84cca44 Added utility target tarhtml to tar and gzip the HTML files plus their by Guido van Rossum · 27 years ago
- bc12f78 Adding Martin von Loewis' documentation for his locale module. by Guido van Rossum · 27 years ago
- 17c8e78 libqueue.tex: Documentation for the Queue.py module. by Barry Warsaw · 27 years ago
- eae121e Adding dis and xmllib docs by Guido van Rossum · 27 years ago
- 5344d4f Add -N0 to dvips flags to generate page structure comments. by Guido van Rossum · 27 years ago
- 36764b8 Added docs for 'user' customization module. Renamed libuser.tex by Guido van Rossum · 27 years ago
- 5de31fc Oops, don't suppress echo of the rm command in l2hclean! by Fred Drake · 27 years ago
- 03ff6f7 Simplify LaTeX2HTML targets && support re-use of output directories (which by Fred Drake · 27 years ago
- e229d86 Misc Mac mods by Jack. Added libmacic.tex, and these patches: by Guido van Rossum · 27 years ago
- b235d9e Tweaked all l2h targets to remove the target directory before renaming by Guido van Rossum · 27 years ago
- 1acceb0 Added AMK's first cut at docs for re.py by Guido van Rossum · 27 years ago
- fd16ca4 Added mimify docs (Sjoerd). by Guido van Rossum · 27 years ago
- bc0cd37 l2h target: l2htut was listed twice and l2hapi was skipped. Fixed. by Fred Drake · 27 years ago
- 61c2703 added code.py; codehack.py is obsolete by Guido van Rossum · 28 years ago
- 18600a4 Add libpprint.tex to the lib.dvi dependencies. by Fred Drake · 28 years ago
- 0fcbe8d Added libni.tex libgzip.tex by Guido van Rossum · 28 years ago
- 84057a3 Added cmath by Guido van Rossum · 28 years ago
- b4aeaeb Added libcommands.tex to list of library reference dependencies. by Fred Drake · 28 years ago
- 41c302f add libmailbox by Guido van Rossum · 28 years ago
- 6181e00 Added AMK's SocketServer docs. by Guido van Rossum · 28 years ago
- 9231c8f Made a start with api.tex, the Python-C API Reference Manual. by Guido van Rossum · 28 years ago
- dfb4120 Add zlib by Guido van Rossum · 28 years ago
- e76b7a8 Added fnmatch, base64 and quopri, received from Andrew Kuchling. by Guido van Rossum · 28 years ago
- 571391b New stuff by AMK. by Guido van Rossum · 28 years ago
- 7f3b042 Added docs for UserDict,UserList by Guido van Rossum · 28 years ago
- e6d579d Added docs for glob by Guido van Rossum · 28 years ago
- 20af95b Added docs for mailcap by Guido van Rossum · 28 years ago
- 612316f Add a rough list of undocumented stuff at the end. by Guido van Rossum · 28 years ago
- cda3d7d Added (minimal) StringIO docs. by Guido van Rossum · 28 years ago
- 3dd68d3 Added libstat.tex by Guido van Rossum · 28 years ago
- 3c7b2dc Added docs for Jeremy's resource module. by Guido van Rossum · 28 years ago
- 3486f27 Added soundex (sigh) by Guido van Rossum · 28 years ago
- 61ed4db Added section for operator module (compiled Skip Montanaro). by Guido van Rossum · 28 years ago
- d560605 (Makefile): Added sym links for each manual, i.e., index.html -> lib.html. by Fred Drake · 28 years ago
- fc8f6f3 (Makefile): The sed hack is needed for all 3 manuals processed by latex2html; by Fred Drake · 28 years ago
- f1e6707 (Makefile): Rip out old partparse.py / texi2html.py stuff -- use latex2html by Fred Drake · 28 years ago
- b4d4e25 (Makefile): Updated comments about using LaTeX2HTML for the library by Fred Drake · 28 years ago
- f93f101 (Makefile): Updated latex2html support. by Fred Drake · 28 years ago
- 1f17543 Removed LaTeX version of reference manual. Added ref/ref.ps. by Guido van Rossum · 28 years ago
- a80c398 Added chapter on restricted execution. by Guido van Rossum · 28 years ago
- 5f2aa71 (Makefile): Push texi2html.py options into a make variable. by Fred Drake · 28 years ago
- 0b95abc (Makefile): Add libformatter.tex to the library document dependencies. by Fred Drake · 28 years ago
- a39a25e (texi2html.py): Use "if __name__ == '__main__':" test. Adjust indentation by Fred Drake · 28 years ago
- be0a8a6 Added bastion and (dummy) rexec docs by Guido van Rossum · 28 years ago