Mailing List Archive

CVS: python/dist/src/Doc Makefile,1.239,1.240
Update of /cvsroot/python/python/dist/src/Doc
In directory usw-pr-cvs1:/tmp/cvs-serv9937

Modified Files:
Makefile
Log Message:
Add the "What's New" document to the index of HTML documents.

Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile,v
retrieving revision 1.239
retrieving revision 1.240
diff -C2 -d -r1.239 -r1.240
*** Makefile 26 Mar 2002 19:53:56 -0000 1.239
--- Makefile 26 Mar 2002 20:29:10 -0000 1.240
***************
*** 324,328 ****
html/index.html: $(INDEXFILES)
html/index.html: html/index.html.in $(BOILERPLATE) tools/rewrite.py
! $(PYTHON) tools/rewrite.py $(BOILERPLATE) RELEASE=$(RELEASE) \
<$< >$@

--- 324,329 ----
html/index.html: $(INDEXFILES)
html/index.html: html/index.html.in $(BOILERPLATE) tools/rewrite.py
! $(PYTHON) tools/rewrite.py $(BOILERPLATE) \
! RELEASE=$(RELEASE) WHATSNEW=$(WHATSNEW) \
<$< >$@