]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove info targets from "world" and "tarballs".
authorFred Drake <fdrake@acm.org>
Sat, 7 Mar 1998 19:59:45 +0000 (19:59 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 7 Mar 1998 19:59:45 +0000 (19:59 +0000)
This is because it's not working again; the optional arg. for \seemodule{}
is not yet supported.

Doc/Makefile

index ea094ca656d31f5341101e2d66fc82e64eb64953..c11faddb87af8f7f6e17ec7927b598905d9a5b01 100644 (file)
@@ -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