mirror of
https://github.com/python/cpython.git
synced 2025-09-30 12:21:51 +00:00
Remove info targets from "world" and "tarballs".
This is because it's not working again; the optional arg. for \seemodule{} is not yet supported.
This commit is contained in:
parent
473a90e831
commit
2c954fa411
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue