summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Removed tarps2, tardvi targets based on comments from Guido.Fred Drake1998-01-131-32/+5
| | | | | | | | Added -9 option to gzip. This doesn't save much space, but it's "free" and appreaciated by those with slow modems. (With these tarballs, that means "those with modems"...!) Remove the two tarballs in the clean target.
* Added targets:Fred Drake1998-01-131-2/+40
| | | | | | | | | tarps - one-sided PostScript tarps2 - two-sided PostScript, with ref.ps added as-is. tardvi - yes, some people want the .dvi files all-ps2 - Create the .ps files, but make sure the LaTeX openright option is used in the \documentclass.
* lib.dvi target: Added commands to generate the modules index.Fred Drake1998-01-021-1/+4
|
* Clean out *.texi and *.info* as well for "make clean".Fred Drake1997-12-301-0/+1
|
* Added .PHONY annotation for lib.info target; the real target isFred Drake1997-12-291-0/+4
| | | | | python-lib.info. The annotation is needed to prevent at least GNU make from building a second set of info files with the lib.info base name.
* Revised lib1.texi target to deal with some conversion nastiness. See comment.Fred Drake1997-12-291-0/+7
|
* Added Greg Stein's docs for BaseHTTPServer.py.Guido van Rossum1997-12-291-10/+11
| | | | Moved docs for "re" to before docs for "regex".
* Added back info generation. Still buggy in the final phase (makeinfo run).Fred Drake1997-12-291-0/+26
| | | | Does not conflict with any other targets.
* Use $LOGNAME instead of $USER to get the current user -- it seems toGuido van Rossum1997-12-011-1/+1
| | | | be the state of the art.
* The dependency of tarhtml on l2h was a bad idea.Guido van Rossum1997-11-261-1/+1
|
* Added utility target tarhtml to tar and gzip the HTML files plus theirGuido van Rossum1997-11-251-0/+4
| | | | support (GIFS, icons, style sheets).
* Adding Martin von Loewis' documentation for his locale module.Guido van Rossum1997-11-201-1/+1
|
* libqueue.tex: Documentation for the Queue.py module.Barry Warsaw1997-11-201-1/+1
| | | | | | | Makefile: Add dependency on libqueue.tex lib.tex: Place the libqueue.tex documentation just after libthread.tex since Queue depends on thread support in Python.
* Adding dis and xmllib docsGuido van Rossum1997-11-181-1/+1
|
* Add -N0 to dvips flags to generate page structure comments.Guido van Rossum1997-10-051-1/+1
|
* Added docs for 'user' customization module. Renamed libuser.texGuido van Rossum1997-08-301-1/+2
| | | | (which had UserDict/UserList) to libuserdict.tex.
* Oops, don't suppress echo of the rm command in l2hclean!Fred Drake1997-08-221-1/+1
|
* Simplify LaTeX2HTML targets && support re-use of output directories (whichFred Drake1997-08-221-17/+10
| | | | | | saves re-generation of images). Add l2hclean target.
* Misc Mac mods by Jack. Added libmacic.tex, and these patches:Guido van Rossum1997-08-181-1/+1
| | | | | | | libmacfs.tex Document NewAliasMinimalFromFullPath libmacos.tex Document SetEventHandler and SchedParams libmacui.tex Document asynchronous event handling libmailbox.tex Removed mime-turds that somehow got in here
* Tweaked all l2h targets to remove the target directory before renamingGuido van Rossum1997-08-151-2/+4
| | | | the intermediate target directory.
* Added AMK's first cut at docs for re.pyGuido van Rossum1997-08-141-1/+1
|
* Added mimify docs (Sjoerd).Guido van Rossum1997-07-301-1/+1
|
* l2h target: l2htut was listed twice and l2hapi was skipped. Fixed.Fred Drake1997-07-301-1/+1
|
* added code.py; codehack.py is obsoleteGuido van Rossum1997-07-181-1/+1
|
* Add libpprint.tex to the lib.dvi dependencies.Fred Drake1997-07-181-1/+2
|
* Added libni.tex libgzip.texGuido van Rossum1997-07-171-1/+1
|
* Added cmathGuido van Rossum1997-07-171-1/+1
|
* Added libcommands.tex to list of library reference dependencies.Fred Drake1997-06-121-1/+1
|
* add libmailboxGuido van Rossum1997-06-021-1/+2
|
* Added AMK's SocketServer docs.Guido van Rossum1997-05-191-1/+1
|
* Made a start with api.tex, the Python-C API Reference Manual.Guido van Rossum1997-05-151-24/+29
| | | | | Removed extref.tex (which provided the starting point). Also removed qua.tex, which is out of date and no longer needed.
* Add zlibGuido van Rossum1997-04-301-1/+1
|
* Added fnmatch, base64 and quopri, received from Andrew Kuchling.Guido van Rossum1997-04-271-1/+2
|
* New stuff by AMK.Guido van Rossum1997-04-031-1/+1
|
* Added docs for UserDict,UserListGuido van Rossum1997-03-271-1/+2
|
* Added docs for globGuido van Rossum1997-03-251-1/+1
|
* Added docs for mailcapGuido van Rossum1997-03-251-1/+1
|
* Add a rough list of undocumented stuff at the end.Guido van Rossum1997-03-141-1/+1
|
* Added (minimal) StringIO docs.Guido van Rossum1997-03-031-1/+1
|
* Added libstat.texGuido van Rossum1996-12-311-1/+2
|
* Added docs for Jeremy's resource module.Guido van Rossum1996-12-181-1/+1
|
* Added soundex (sigh)Guido van Rossum1996-12-121-1/+1
|
* Added section for operator module (compiled Skip Montanaro).Guido van Rossum1996-12-061-1/+1
|
* (Makefile): Added sym links for each manual, i.e., index.html -> lib.html.Fred Drake1996-12-061-0/+3
| | | | This makes addressing the manuals a little simpler.
* (Makefile): The sed hack is needed for all 3 manuals processed by latex2html;Fred Drake1996-12-061-3/+10
| | | | | the comma must represent a bug in the modified process_command() function, but I haven't found it yet. This will work for now.
* (Makefile): Rip out old partparse.py / texi2html.py stuff -- use latex2htmlFred Drake1996-12-061-35/+7
| | | | instead! Updated some comments.
* (Makefile): Updated comments about using LaTeX2HTML for the libraryFred Drake1996-11-111-25/+18
| | | | | | | | | | | | reference. Made the extension to the input files for makeindex explicit; if not made explicit a directory of the given base name can cause makeindex to blow up. Specifically, if there is a directory ./lib/ created by LaTeX2HTML, "makeindex lib" will fail, but "makeindex lib.idx" will not. l2h{tut,ext,lib} are now dependent on myformat.perl. l2h adds ls2lib and removes the non-existant l2href.
* (Makefile): Updated latex2html support.Fred Drake1996-10-291-2/+2
|
* Removed LaTeX version of reference manual. Added ref/ref.ps.Guido van Rossum1996-10-221-22/+9
|
* Added chapter on restricted execution.Guido van Rossum1996-10-221-1/+3
|