Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | tarballs: Ok, we do support info for the moment, so add that to the tarballs | Fred Drake | 1998-03-04 | 1 | -1/+1 |
| | | | | target. | ||||
* | pdf-$(VERSION).tar.gz: If ref/ref.pdf exists, include it in the tarball | Fred Drake | 1998-03-04 | 1 | -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 Drake | 1998-03-03 | 1 | -16/+0 |
| | | | | it no longer appears to be needed. | ||||
* | Convert LaTeX support to create a new class of documents. HTML generation | Fred Drake | 1998-03-03 | 1 | -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 Drake | 1998-03-03 | 1 | -5/+4 |
| | |||||
* | Use a Python script to create "empty" indexes. This solves Guido's | Fred Drake | 1998-02-27 | 1 | -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 Drake | 1998-02-25 | 1 | -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 Drake | 1998-02-23 | 1 | -1/+1 |
| | |||||
* | Change quoting a little bit to avoid problems building it at CNRI. | Fred Drake | 1998-02-23 | 1 | -3/+3 |
| | |||||
* | Changed way *.ind are forced to exist; the files are now reset to contain | Fred Drake | 1998-02-22 | 1 | -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 Drake | 1998-02-19 | 1 | -1/+1 |
| | |||||
* | Add missing files to $(LIBFILES). | Fred Drake | 1998-02-19 | 1 | -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 avoid | Fred Drake | 1998-02-19 | 1 | -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 Drake | 1998-02-18 | 1 | -1/+2 |
| | |||||
* | Added libsymbol.tex, libtoken.tex to dependencies for the libref. | Fred Drake | 1998-02-18 | 1 | -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 Drake | 1998-02-17 | 1 | -3/+3 |
| | |||||
* | Added all-formats target: use this to get both PDF and PS files; using the | Fred Drake | 1998-02-17 | 1 | -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 since | Fred Drake | 1998-02-16 | 1 | -0/+12 |
| | | | | this is still experimental software. See the comment. | ||||
* | Clean up some of the definitions related to info generation. | Fred Drake | 1998-02-13 | 1 | -4/+8 |
| | |||||
* | Added tarpdf target. | Fred Drake | 1998-02-12 | 1 | -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 .dvi | Fred Drake | 1998-02-11 | 1 | -1/+3 |
| | | | | files. | ||||
* | Include indfix.py script in lib.dvi's processing. | Fred Drake | 1998-02-09 | 1 | -1/+2 |
| | |||||
* | Add *.pdf files to the clobber target (same target as *.ps). | Fred Drake | 1998-02-04 | 1 | -1/+1 |
| | |||||
* | Use implicit rules to perform DVI->PS and PS->PDF conversions. PDF conversion | Fred Drake | 1998-02-04 | 1 | -12/+11 |
| | | | | | requires "distill" from a FrameMaker installation. ;-) Would probably need to be different for Windows/Mac. | ||||
* | $(LIBFILES): Added libcopyreg.tex. | Fred Drake | 1998-01-21 | 1 | -1/+1 |
| | |||||
* | Removed tarps2, tardvi targets based on comments from Guido. | Fred Drake | 1998-01-13 | 1 | -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 Drake | 1998-01-13 | 1 | -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 Drake | 1998-01-02 | 1 | -1/+4 |
| | |||||
* | Clean out *.texi and *.info* as well for "make clean". | Fred Drake | 1997-12-30 | 1 | -0/+1 |
| | |||||
* | Added .PHONY annotation for lib.info target; the real target is | Fred Drake | 1997-12-29 | 1 | -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 Drake | 1997-12-29 | 1 | -0/+7 |
| | |||||
* | Added Greg Stein's docs for BaseHTTPServer.py. | Guido van Rossum | 1997-12-29 | 1 | -10/+11 |
| | | | | Moved docs for "re" to before docs for "regex". | ||||
* | Added back info generation. Still buggy in the final phase (makeinfo run). | Fred Drake | 1997-12-29 | 1 | -0/+26 |
| | | | | Does not conflict with any other targets. | ||||
* | Use $LOGNAME instead of $USER to get the current user -- it seems to | Guido van Rossum | 1997-12-01 | 1 | -1/+1 |
| | | | | be the state of the art. | ||||
* | The dependency of tarhtml on l2h was a bad idea. | Guido van Rossum | 1997-11-26 | 1 | -1/+1 |
| | |||||
* | Added utility target tarhtml to tar and gzip the HTML files plus their | Guido van Rossum | 1997-11-25 | 1 | -0/+4 |
| | | | | support (GIFS, icons, style sheets). | ||||
* | Adding Martin von Loewis' documentation for his locale module. | Guido van Rossum | 1997-11-20 | 1 | -1/+1 |
| | |||||
* | libqueue.tex: Documentation for the Queue.py module. | Barry Warsaw | 1997-11-20 | 1 | -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 docs | Guido van Rossum | 1997-11-18 | 1 | -1/+1 |
| | |||||
* | Add -N0 to dvips flags to generate page structure comments. | Guido van Rossum | 1997-10-05 | 1 | -1/+1 |
| | |||||
* | Added docs for 'user' customization module. Renamed libuser.tex | Guido van Rossum | 1997-08-30 | 1 | -1/+2 |
| | | | | (which had UserDict/UserList) to libuserdict.tex. | ||||
* | Oops, don't suppress echo of the rm command in l2hclean! | Fred Drake | 1997-08-22 | 1 | -1/+1 |
| | |||||
* | Simplify LaTeX2HTML targets && support re-use of output directories (which | Fred Drake | 1997-08-22 | 1 | -17/+10 |
| | | | | | | saves re-generation of images). Add l2hclean target. | ||||
* | Misc Mac mods by Jack. Added libmacic.tex, and these patches: | Guido van Rossum | 1997-08-18 | 1 | -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 renaming | Guido van Rossum | 1997-08-15 | 1 | -2/+4 |
| | | | | the intermediate target directory. |