]> granicus.if.org Git - python/commitdiff
Define the "all" target more reasonably, but retain "html" as the default
authorFred Drake <fdrake@acm.org>
Sat, 25 May 2002 20:28:46 +0000 (20:28 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 25 May 2002 20:28:46 +0000 (20:28 +0000)
target.

Doc/Makefile

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