Define the "all" target more reasonably, but retain "html" as the default

target.
This commit is contained in:
Fred Drake 2002-05-25 20:28:46 +00:00
parent 9fc8a29663
commit 38d53451b7
1 changed files with 2 additions and 1 deletions

View File

@ -166,7 +166,8 @@ include Makefile.deps
# Main target
all: html
default: html
all: html dvi ps pdf isilo
dvi: $(DVIFILES)
pdf: $(PDFFILES)