Mailing List Archive

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

Modified Files:
Makefile
Log Message:
Wire up the makefile to more fully support the "What's New" documents.

Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile,v
retrieving revision 1.238
retrieving revision 1.239
diff -C2 -d -r1.238 -r1.239
*** Makefile 26 Mar 2002 19:18:18 -0000 1.238
--- Makefile 26 Mar 2002 19:53:56 -0000 1.239
***************
*** 89,92 ****
--- 89,94 ----
HTMLBASE= file:`pwd`

+ # The end of this should reflect the major/minor version numbers of
+ # the release:
WHATSNEW=whatsnew23

***************
*** 385,389 ****
isilo/tut/tut.html \
isilo/inst/inst.html \
! isilo/dist/dist.html

$(ISILOINDEXFILES): $(COMMONPERL) html/about.dat perl/isilo.perl
--- 387,392 ----
isilo/tut/tut.html \
isilo/inst/inst.html \
! isilo/dist/dist.html \
! isilo/whatsnew/$(WHATSNEW).html

$(ISILOINDEXFILES): $(COMMONPERL) html/about.dat perl/isilo.perl
***************
*** 397,401 ****
isilo/python-tut-$(RELEASE).pdb \
isilo/python-dist-$(RELEASE).pdb \
! isilo/python-inst-$(RELEASE).pdb

isilo/python-api-$(RELEASE).pdb: isilo/api/api.html isilo/api/api.css
--- 400,405 ----
isilo/python-tut-$(RELEASE).pdb \
isilo/python-dist-$(RELEASE).pdb \
! isilo/python-inst-$(RELEASE).pdb \
! isilo/python-whatsnew-$(RELEASE).pdb

isilo/python-api-$(RELEASE).pdb: isilo/api/api.html isilo/api/api.css
***************
*** 435,438 ****
--- 439,446 ----
isilo/inst/inst.html $@

+ isilo/python-whatsnew-$(RELEASE).pdb: isilo/whatsnew/$(WHATSNEW).html isilo/whatsnew/$(WHATSNEW).css
+ $(MKISILO) "-iWhat's New in Python X.Y" \
+ isilo/whatsnew/$(WHATSNEW).html $@
+
isilo/api/api.html: $(APIFILES)
$(MKISILOHTML) --dir isilo/api api/api.tex
***************
*** 490,493 ****
--- 498,502 ----
$(WEBCHECKER) $(HTMLBASE)/dist/
$(WEBCHECKER) $(HTMLBASE)/inst/
+ $(WEBCHECKER) $(HTMLBASE)/whatsnew/

fastwebcheck: $(ALLHTMLFILES)
***************
*** 501,504 ****
--- 510,514 ----
$(WEBCHECKER) -x $(HTMLBASE)/dist/
$(WEBCHECKER) -x $(HTMLBASE)/inst/
+ $(WEBCHECKER) -x $(HTMLBASE)/whatsnew/


***************
*** 634,639 ****
--- 644,651 ----
rm -rf html/api/ html/doc/ html/ext/ html/lib/ html/mac/
rm -rf html/ref/ html/tut/ html/inst/ html/dist/
+ rm -rf html/whatsnew/
rm -rf isilo/api/ isilo/doc/ isilo/ext/ isilo/lib/ isilo/mac/
rm -rf isilo/ref/ isilo/tut/ isilo/inst/ isilo/dist/
+ rm -rf isilo/whatsnew/
rm -f isilo/python-*-$(RELEASE).pdb isilo-$(RELEASE).zip