mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +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
|
||||
all: html
|
||||
default: html
|
||||
all: html dvi ps pdf isilo
|
||||
|
||||
dvi: $(DVIFILES)
|
||||
pdf: $(PDFFILES)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue