[Python-checkins] CVS: python/dist/src/Doc/html Makefile,1.30,1.31 index.html.in,1.4,1.5

Fred Drake python-dev@python.org
Mon, 3 Apr 2000 00:51:15 -0400


Update of /projects/cvsroot/python/dist/src/Doc/html
In directory seahag.cnri.reston.va.us:/home/fdrake/projects/python/Doc/html
Modified Files:
	Makefile index.html.in 
Log Message:
Merged changes from the 1.5.2p2 release.
Index: Makefile
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/html/Makefile,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -r1.30 -r1.31
*** Makefile	1999年11月18日 20:56:29	1.30
--- Makefile	2000年04月03日 04:51:13	1.31
***************
*** 54,58 ****
 tut: tut/tut.html
 
! $(INDEXFILES): $(COMMONPERL) $(TOPDIR)/html/about.dat
 
 # The index.html target is at the end since it screws up font-lock.
--- 54,60 ----
 tut: tut/tut.html
 
! $(INDEXFILES): $(COMMONPERL) \
! 	 $(TOPDIR)/html/about.dat \
! 	 $(TOPDIR)/tools/node2label.pl
 
 # The index.html target is at the end since it screws up font-lock.
Index: index.html.in
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/html/index.html.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** index.html.in	1999年05月27日 21:56:11	1.4
--- index.html.in	2000年04月03日 04:51:13	1.5
***************
*** 1,5 ****
 <html>
 <head>
! <title>Python 1.5.2 Documentation</title>
 <link rel=STYLESHEET href="lib/lib.css" type="text/css">
 <style type="text/css">
--- 1,5 ----
 <html>
 <head>
! <title>Python @RELEASE@ Documentation - @DATE@</title>
 <link rel=STYLESHEET href="lib/lib.css" type="text/css">
 <style type="text/css">
***************
*** 39,43 ****
 </div>
 
! <table>
 <tbody>
 <tr><td>
--- 39,43 ----
 </div>
 
! <table align="center">
 <tbody>
 <tr><td>

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