summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Ok, remove dependency on the obsolete tools/modindex.py.Fred Drake1998-03-091-1/+1
|
* Adjust index file resetting; just remove the files. The new index supportFred Drake1998-03-091-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 Drake1998-03-071-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 Drake1998-03-061-52/+52
|
* latex-$(VERSION).tar.gz, tarlatex: Create the source distribution.Fred Drake1998-03-051-3/+9
| | | | clean: Remove all the generatable tarballs.
* tarballs: Ok, we do support info for the moment, so add that to the tarballsFred Drake1998-03-041-1/+1
| | | | target.
* pdf-$(VERSION).tar.gz: If ref/ref.pdf exists, include it in the tarballFred Drake1998-03-041-1/+4
| | | | | | | along with the others. html-$(VERSION).tar.gz: Change the wildcard for picking up GIFs a little to avoid changes in what LaTeX2HTML generates.
* For each of the l2h??? targets, remove the sed hack that rips out a comma;Fred Drake1998-03-031-16/+0
| | | | it no longer appears to be needed.
* Convert LaTeX support to create a new class of documents. HTML generationFred Drake1998-03-031-7/+7
| | | | | | | | now requires LaTeX2HTML 98.1p1 or newer (& and is still in progress). This means that doing things to change the formatting of the manuals (at the "normal user" level, like A4 paper), can happen in just one place, rather than in each document file.
* Simplify the parameters passed to node2label.pl.Fred Drake1998-03-031-5/+4
|
* Use a Python script to create "empty" indexes. This solves Guido'sFred Drake1998-02-271-3/+4
| | | | | | corrupted file problem and avoids the shell escape interpretation portability problem. ;-( See comments at top of newind.py for an explanation.
* Change quoting of the "echo" commands yet again.... why can't shells agree?Fred Drake1998-02-251-3/+3
| | | | Derive the name of the modules .idx from the jobname.
* clean: Remove *.out (hyperref's internal files for building outlines for PDF).Fred Drake1998-02-231-1/+1
|
* Change quoting a little bit to avoid problems building it at CNRI.Fred Drake1998-02-231-3/+3
|
* Changed way *.ind are forced to exist; the files are now reset to containFred Drake1998-02-221-36/+33
| | | | | | | | an empty index instead of touched. Note that for modindex.ind, this also includes "\label{modindex}" so that the modindex.py script doesn't change the set of labels in the document. Be more consistent in use of $* in commands.
* Don't ignore makeinfo errors.Fred Drake1998-02-191-1/+1
|
* Add missing files to $(LIBFILES).Fred Drake1998-02-191-1/+5
| | | | Run node2label.pl on the HTML versions of all the LaTeX manuals.
* Revised some targets to make better use of make "special" variables, to avoidFred Drake1998-02-191-7/+16
| | | | | | repeating file names. Change lib.texi target to not overwrite the input file; work on a copy.
* Add new files from the Mac user interface breakup.Fred Drake1998-02-181-1/+2
|
* Added libsymbol.tex, libtoken.tex to dependencies for the libref.Fred Drake1998-02-181-1/+10
| | | | | | | | | New targets: ???-all, for each document. This creates all formats of the named document (DVI, HTML, PDF, PS). l2hlib: Added commands to translate node*.html to use the \label{} stuff, as supported by Jeremy's node2html.pl. This gives us mostly bookmarkable nodes.
* Clarified comment about the PS generation when using the all-pdf target.Fred Drake1998-02-171-3/+3
|
* Added all-formats target: use this to get both PDF and PS files; using theFred Drake1998-02-171-5/+11
| | | | | | | | | | "alternate" rules for PDF generation doesn't ensure the PS files get generated since distiller isn't used. Switch to the "alternate" rules for PDF generation; this is starting to make more sense than the distiller-based rule, and requires only free software. I'm also confident it's working well (meaning I paged through all four pdflatex-generated PDF files).
* Added rule to generate the PDF format using pdflatex. Commented out sinceFred Drake1998-02-161-0/+12
| | | | this is still experimental software. See the comment.
* Clean up some of the definitions related to info generation.Fred Drake1998-02-131-4/+8
|
* Added tarpdf target.Fred Drake1998-02-121-11/+22
| | | | | | | Don't remove *.texi & *.info for clean; only for clobber. Don't remake tarballs if not needed (PDF & PS only). HTML tarball is still painful.
* Add copyright.tex and boilerplate.tex to the common dependencies for .dviFred Drake1998-02-111-1/+3
| | | | files.
* Include indfix.py script in lib.dvi's processing.Fred Drake1998-02-091-1/+2
|
* Add *.pdf files to the clobber target (same target as *.ps).Fred Drake1998-02-041-1/+1
|
* Use implicit rules to perform DVI->PS and PS->PDF conversions. PDF conversionFred Drake1998-02-041-12/+11
| | | | | requires "distill" from a FrameMaker installation. ;-) Would probably need to be different for Windows/Mac.
* $(LIBFILES): Added libcopyreg.tex.Fred Drake1998-01-211-1/+1
|
* 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.