diff options
author | Fred Drake <fdrake@acm.org> | 2002-05-25 20:28:46 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-05-25 20:28:46 (GMT) |
commit | 38d53451b74d10f5b2045878e907ea510d94aed0 (patch) | |
tree | d3663055dac14e2e9434ebdaba4b4b81514259e9 /Doc | |
parent | 9fc8a29663268a3ed5b8db15c4b7b7786f80e13e (diff) | |
download | cpython-38d53451b74d10f5b2045878e907ea510d94aed0.zip cpython-38d53451b74d10f5b2045878e907ea510d94aed0.tar.gz cpython-38d53451b74d10f5b2045878e907ea510d94aed0.tar.bz2 |
Define the "all" target more reasonably, but retain "html" as the default
target.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 8c2c4ed..49608da 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -166,7 +166,8 @@ include Makefile.deps # Main target -all: html +default: html +all: html dvi ps pdf isilo dvi: $(DVIFILES) pdf: $(PDFFILES) |