mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Define the "all" target more reasonably, but retain "html" as the default
target.
This commit is contained in:
parent
9fc8a29663
commit
38d53451b7
1 changed files with 2 additions and 1 deletions
|
@ -166,7 +166,8 @@ include Makefile.deps
|
||||||
|
|
||||||
|
|
||||||
# Main target
|
# Main target
|
||||||
all: html
|
default: html
|
||||||
|
all: html dvi ps pdf isilo
|
||||||
|
|
||||||
dvi: $(DVIFILES)
|
dvi: $(DVIFILES)
|
||||||
pdf: $(PDFFILES)
|
pdf: $(PDFFILES)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue