mirror of https://github.com/python/cpython.git
Define the "all" target more reasonably, but retain "html" as the default
target.
This commit is contained in:
parent
9fc8a29663
commit
38d53451b7
|
@ -166,7 +166,8 @@ include Makefile.deps
|
|||
|
||||
|
||||
# Main target
|
||||
all: html
|
||||
default: html
|
||||
all: html dvi ps pdf isilo
|
||||
|
||||
dvi: $(DVIFILES)
|
||||
pdf: $(PDFFILES)
|
||||
|
|
Loading…
Reference in New Issue