Fred Drake
a9f445cd8d
Add libthreading.tex to LIBFILES.
1998-07-20 14:01:20 +00:00
Guido van Rossum
f78a52c1ae
Added cmd, smtplib, multifile
1998-06-28 17:57:05 +00:00
Fred Drake
8e7c82648f
Added texinputs/pypaper.sty to the list of manual style files, so that the
...
.dvi files are properly dependent on it.
1998-06-22 17:14:47 +00:00
Fred Drake
79c0f0efc4
Fix the webcheck target so it checks the right files....
1998-05-19 18:04:13 +00:00
Fred Drake
edde150127
Add mimetypes documentation to library reference dependencies.
1998-05-19 15:04:21 +00:00
Fred Drake
e593b6213a
Small change to the l2h target allowing the output dir, $(HTMLDIR), to be
...
a sibling of the html/ directory in the distribution.
1998-05-15 17:50:32 +00:00
Fred Drake
cdbd391415
Add support for the Macintosh Library Modules document.
1998-05-15 17:02:10 +00:00
Fred Drake
e34ab30a3f
Switch to .tgz instead of .tar.gz to appease Windows users.
...
Clean up the clean & clobber targets.
1998-05-11 21:10:15 +00:00
Fred Drake
29cabd4cd7
Pass the release number to the tools/mktarball.sh script.
...
Nits.
1998-05-11 18:53:07 +00:00
Fred Drake
d69e2c4f33
Update some of the comments.
...
Update the .tar.gz targets so that they work from the top level.
Reinstate the api, ext, lib, ref, and tut targets.
1998-05-11 18:25:46 +00:00
Fred Drake
b9838d97ad
Fix a comment.
...
Avoid extra level of recursion in the paper-*/ directories.
Added the "info" target to use the subdir. Partparse, however, is broken
again.
1998-05-08 15:43:08 +00:00
Fred Drake
445cfd339c
l2h target: Do the "right thing" regarding the paper-*/ subdirs as the other
...
"big" targets. Fix is to set the TEXINPUTS on the command line of the
sub-make.
1998-05-08 04:02:42 +00:00
Fred Drake
df68e3dd6d
$(KPSEWHICH): Use the older style of calling kpsewhich with the arg
...
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! ;-)
1998-05-08 03:46:38 +00:00
Fred Drake
566d20951d
Oops! Must have deleted a word by accident before the last check-in of this
...
file; "make" (the 'all' target) became a no-op!
Now works as previously described.
1998-05-08 02:00:48 +00:00
Fred Drake
f295113f1f
Cleaned out some more cruft.
...
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.
1998-05-07 19:30:16 +00:00
Fred Drake
106fe12ebf
Better go ahead and remove some cruftiness....
1998-05-07 15:05:56 +00:00
Fred Drake
9cdf08797e
Support the new directory structure.
...
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.
1998-05-07 15:03:25 +00:00
Fred Drake
bbe33c5594
More changes to support the new directory structure.
1998-05-07 01:39:06 +00:00
Fred Drake
a6bb39622c
First cut at welcoming the Python Reference Manual back to the fold.
1998-05-06 19:51:39 +00:00
Fred Drake
9fab3aa52e
Move a bit closer to HTML generation without depending on the temp files
...
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.
1998-04-28 19:20:43 +00:00
Fred Drake
23916e78d0
clean target: Remove intermediate files from creation of outline in PDF.
1998-04-25 04:15:56 +00:00
Fred Drake
3af9f2514f
Added libpoplib.tex to dependencies for the library reference.
...
Some mods to allow PS to be generated when the current dir is *not* Doc;
to help out with generating A4 versions.
1998-04-24 21:07:22 +00:00
Fred Drake
0d27d08790
Don't override the default $ADDRESS.
1998-04-23 20:07:55 +00:00
Fred Drake
bdbdb80b0b
Separate the Mac-related files from the library reference files. The new
...
variable isn't used yet.
1998-04-17 14:01:44 +00:00
Fred Drake
d671e8fb87
Added dependency on the tools/toc2bkm.py script for the PDF files.
1998-04-15 14:50:56 +00:00
Fred Drake
f5013f1f0c
Add RELEASE make variable; this gets the entire release # ("1.5.1").
1998-04-13 21:02:49 +00:00
Fred Drake
1e0f8bfea9
Add imaplib to appropriate lists.
1998-04-11 04:27:07 +00:00
Fred Drake
6b529ae0c0
Remove @webchecker.pickle in the "clean" target.
1998-04-09 15:46:36 +00:00
Fred Drake
ea2f2b9409
Use new index style for makeindex.
...
Add dependency on libfileinput.tex for lib.dvi.
1998-04-04 04:21:45 +00:00
Fred Drake
396a7cfb94
Reverting some the index stuff to use tools/newind.py again; this works
...
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.
1998-03-17 06:22:12 +00:00
Fred Drake
520f8bd9b7
Ok, remove dependency on the obsolete tools/modindex.py.
1998-03-09 16:43:54 +00:00
Fred Drake
8bc965785e
Adjust index file resetting; just remove the files. The new index support
...
doesn't fail if the files don't exist.
Use makeindex for the module index.
1998-03-09 16:37:52 +00:00
Fred Drake
2c954fa411
Remove info targets from "world" and "tarballs".
...
This is because it's not working again; the optional arg. for \seemodule{}
is not yet supported.
1998-03-07 19:59:45 +00:00
Fred Drake
e4837a1671
Revised Makefile to handle the new directories correctly.
1998-03-06 21:29:34 +00:00
Fred Drake
e61d7af4db
latex-$(VERSION).tar.gz, tarlatex: Create the source distribution.
...
clean: Remove all the generatable tarballs.
1998-03-05 16:37:34 +00:00
Fred Drake
85551a38f3
tarballs: Ok, we do support info for the moment, so add that to the tarballs
...
target.
1998-03-04 16:51:36 +00:00
Fred Drake
b1cd7710ef
pdf-$(VERSION).tar.gz: If ref/ref.pdf exists, include it in the tarball
...
along with the others.
html-$(VERSION).tar.gz: Change the wildcard for picking up GIFs a little
to avoid changes in what LaTeX2HTML generates.
1998-03-04 16:49:36 +00:00
Fred Drake
12577abe2e
For each of the l2h??? targets, remove the sed hack that rips out a comma;
...
it no longer appears to be needed.
1998-03-03 22:39:37 +00:00
Fred Drake
6659c30b67
Convert LaTeX support to create a new class of documents. HTML generation
...
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.
1998-03-03 22:02:19 +00:00
Fred Drake
791f2ae1fe
Simplify the parameters passed to node2label.pl.
1998-03-03 18:05:13 +00:00
Fred Drake
4f4e920889
Use a Python script to create "empty" indexes. This solves Guido's
...
corrupted file problem and avoids the shell escape interpretation
portability problem. ;-( See comments at top of newind.py for an
explanation.
1998-02-27 05:18:28 +00:00
Fred Drake
888dfa90f3
Change quoting of the "echo" commands yet again.... why can't shells agree?
...
Derive the name of the modules .idx from the jobname.
1998-02-25 15:30:47 +00:00
Fred Drake
4d3b2a2717
clean: Remove *.out (hyperref's internal files for building outlines for PDF).
1998-02-23 21:34:26 +00:00
Fred Drake
906f7ea429
Change quoting a little bit to avoid problems building it at CNRI.
1998-02-23 21:32:18 +00:00
Fred Drake
5ad78f39e7
Changed way *.ind are forced to exist; the files are now reset to contain
...
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.
1998-02-22 19:47:13 +00:00
Fred Drake
f7f2e70fd4
Don't ignore makeinfo errors.
1998-02-19 21:40:51 +00:00
Fred Drake
9168328572
Add missing files to $(LIBFILES).
...
Run node2label.pl on the HTML versions of all the LaTeX manuals.
1998-02-19 20:46:47 +00:00
Fred Drake
a799835460
Revised some targets to make better use of make "special" variables, to avoid
...
repeating file names.
Change lib.texi target to not overwrite the input file; work on a copy.
1998-02-19 16:01:04 +00:00
Fred Drake
8ff4b8b05b
Add new files from the Mac user interface breakup.
1998-02-18 17:19:53 +00:00
Fred Drake
dd94676865
Added libsymbol.tex, libtoken.tex to dependencies for the libref.
...
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.
1998-02-18 16:02:14 +00:00