summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Added cmd, smtplib, multifileGuido van Rossum1998-06-281-1/+2
|
* Added texinputs/pypaper.sty to the list of manual style files, so that theFred Drake1998-06-221-1/+1
| | | | .dvi files are properly dependent on it.
* Fix the webcheck target so it checks the right files....Fred Drake1998-05-191-6/+6
|
* Add mimetypes documentation to library reference dependencies.Fred Drake1998-05-191-1/+2
|
* Small change to the l2h target allowing the output dir, $(HTMLDIR), to beFred Drake1998-05-151-1/+3
| | | | a sibling of the html/ directory in the distribution.
* Add support for the Macintosh Library Modules document.Fred Drake1998-05-151-7/+18
|
* Switch to .tgz instead of .tar.gz to appease Windows users.Fred Drake1998-05-111-17/+17
| | | | Clean up the clean & clobber targets.
* Pass the release number to the tools/mktarball.sh script.Fred Drake1998-05-111-3/+3
| | | | Nits.
* Update some of the comments.Fred Drake1998-05-111-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 Drake1998-05-081-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 otherFred Drake1998-05-081-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 argFred Drake1998-05-081-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 thisFred Drake1998-05-081-1/+1
| | | | | | file; "make" (the 'all' target) became a no-op! Now works as previously described.
* Cleaned out some more cruft.Fred Drake1998-05-071-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 Drake1998-05-071-6/+0
|
* Support the new directory structure.Fred Drake1998-05-071-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 Drake1998-05-071-34/+50
|
* First cut at welcoming the Python Reference Manual back to the fold.Fred Drake1998-05-061-14/+23
|
* Move a bit closer to HTML generation without depending on the temp filesFred Drake1998-04-281-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 Drake1998-04-251-1/+1
|
* Added libpoplib.tex to dependencies for the library reference.Fred Drake1998-04-241-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 Drake1998-04-231-1/+1
|
* Separate the Mac-related files from the library reference files. The newFred Drake1998-04-171-5/+7
| | | | variable isn't used yet.
* Added dependency on the tools/toc2bkm.py script for the PDF files.Fred Drake1998-04-151-0/+1
|
* Add RELEASE make variable; this gets the entire release # ("1.5.1").Fred Drake1998-04-131-12/+13
|
* Add imaplib to appropriate lists.Fred Drake1998-04-111-1/+1
|
* Remove @webchecker.pickle in the "clean" target.Fred Drake1998-04-091-1/+1
|
* Use new index style for makeindex.Fred Drake1998-04-041-3/+5
| | | | Add dependency on libfileinput.tex for lib.dvi.
* Reverting some the index stuff to use tools/newind.py again; this worksFred Drake1998-03-171-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 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
|