From: Fred Drake Date: Sat, 25 May 2002 20:28:46 +0000 (+0000) Subject: Define the "all" target more reasonably, but retain "html" as the default X-Git-Tag: v2.3c1~5585 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=38d53451b74d10f5b2045878e907ea510d94aed0;p=thirdparty%2FPython%2Fcpython.git Define the "all" target more reasonably, but retain "html" as the default target. --- diff --git a/Doc/Makefile b/Doc/Makefile index 8c2c4eded0df..49608dab93ec 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)