[Python-checkins] CVS: python/dist/src/Doc/info Makefile,1.6,1.6.6.1

Tim Peters tim_one@users.sourceforge.net
2001年7月17日 21:13:58 -0700


Update of /cvsroot/python/python/dist/src/Doc/info
In directory usw-pr-cvs1:/tmp/cvs-serv20213/descr/dist/src/Doc/info
Modified Files:
 Tag: descr-branch
	Makefile 
Log Message:
2.2a1 release: merge of trunk date2001-07-17a -> trunk date2001-07-17b.
Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/info/Makefile,v
retrieving revision 1.6
retrieving revision 1.6.6.1
diff -C2 -r1.6 -r1.6.6.1
*** Makefile	2000年10月26日 19:26:47	1.6
--- Makefile	2001年07月18日 04:13:55	1.6.6.1
***************
*** 50,73 ****
 
 $(HTMLDIR)/api/api.html:
! 	(cd $(HTMLDIR); $(MAKE) api)
 
 $(HTMLDIR)/ext/ext.html:
! 	(cd $(HTMLDIR); $(MAKE) ext)
 
 $(HTMLDIR)/lib/lib.html:
! 	(cd $(HTMLDIR); $(MAKE) lib)
 
 $(HTMLDIR)/mac/mac.html:
! 	(cd $(HTMLDIR); $(MAKE) mac)
 
 $(HTMLDIR)/ref/ref.html:
! 	(cd $(HTMLDIR); $(MAKE) ref)
 
 $(HTMLDIR)/tut/tut.html:
! 	(cd $(HTMLDIR); $(MAKE) tut)
 
 $(HTMLDIR)/dist/dist.html:
! 	(cd $(HTMLDIR); $(MAKE) dist)
 
 $(HTMLDIR)/inst/inst.html:
! 	(cd $(HTMLDIR); $(MAKE) inst)
--- 50,73 ----
 
 $(HTMLDIR)/api/api.html:
! 	cd $(HTMLDIR) && $(MAKE) api
 
 $(HTMLDIR)/ext/ext.html:
! 	cd $(HTMLDIR) && $(MAKE) ext
 
 $(HTMLDIR)/lib/lib.html:
! 	cd $(HTMLDIR) && $(MAKE) lib
 
 $(HTMLDIR)/mac/mac.html:
! 	cd $(HTMLDIR) && $(MAKE) mac
 
 $(HTMLDIR)/ref/ref.html:
! 	cd $(HTMLDIR) && $(MAKE) ref
 
 $(HTMLDIR)/tut/tut.html:
! 	cd $(HTMLDIR) && $(MAKE) tut
 
 $(HTMLDIR)/dist/dist.html:
! 	cd $(HTMLDIR) && $(MAKE) dist
 
 $(HTMLDIR)/inst/inst.html:
! 	cd $(HTMLDIR) && $(MAKE) inst

AltStyle によって変換されたページ (->オリジナル) /