[Python-checkins] python/dist/src/Doc Makefile,1.243,1.244

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Sat, 25 May 2002 13:28:48 -0700


Update of /cvsroot/python/python/dist/src/Doc
In directory usw-pr-cvs1:/tmp/cvs-serv31654

Modified Files:
	Makefile 
Log Message:
Define the "all" target more reasonably, but retain "html" as the default
target.

Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile,v
retrieving revision 1.243
retrieving revision 1.244
diff -C2 -d -r1.243 -r1.244
*** Makefile	23 May 2002 19:41:25 -0000	1.243
--- Makefile	25 May 2002 20:28:46 -0000	1.244
***************
*** 167,171 ****
  
  # Main target
! all:	html
  
  dvi:	$(DVIFILES)
--- 167,172 ----
  
  # Main target
! default:	html
! all:		html dvi ps pdf isilo
  
  dvi:	$(DVIFILES)