diff options
author | Fred Drake <fdrake@acm.org> | 1998-03-07 19:59:45 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-03-07 19:59:45 (GMT) |
commit | 2c954fa4114849f424537dca6a9f4e64f3428b88 (patch) | |
tree | 2216f591b5f1c725a4a207c256f20a5d8eaa3a94 /Doc/Makefile | |
parent | 473a90e8310d9a7055c8980f82ef1476daaddccd (diff) | |
download | cpython-2c954fa4114849f424537dca6a9f4e64f3428b88.zip cpython-2c954fa4114849f424537dca6a9f4e64f3428b88.tar.gz cpython-2c954fa4114849f424537dca6a9f4e64f3428b88.tar.bz2 |
Remove info targets from "world" and "tarballs".
This is because it's not working again; the optional arg. for \seemodule{}
is not yet supported.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index ea094ca..c11fadd 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -82,7 +82,7 @@ MANSTYLES=texinputs/fncychap.sty texinputs/manual.cls texinputs/python.sty # Main target all: all-ps -world: all-ps all-pdf l2h lib.info tarballs +world: all-ps all-pdf l2h tarballs all-dvi: $(DVIFILES) all-pdf: $(PDFFILES) @@ -296,7 +296,7 @@ tarpdf: pdf-$(VERSION).tar.gz tarlatex: latex-$(VERSION).tar.gz -tarballs: tarpdf tarps tarhtml tarinfo tarlatex +tarballs: tarpdf tarps tarhtml tarlatex # Housekeeping targets |