--- Python-2.3.3/Doc/Makefile.orig 2004-04-06 18:34:50.000000000 +0900 +++ Python-2.3.3/Doc/Makefile 2004-04-06 18:38:00.000000000 +0900 @@ -177,7 +177,7 @@ html/tut/tut.html \ html/inst/inst.html \ html/dist/dist.html \ - html/whatsnew/$(WHATSNEW).html +# html/whatsnew/$(WHATSNEW).html ALLHTMLFILES=$(INDEXFILES) html/index.html html/modindex.html html/acks.html @@ -422,7 +422,7 @@ isilo/tut/tut.html \ isilo/inst/inst.html \ isilo/dist/dist.html \ - isilo/whatsnew/$(WHATSNEW).html +# isilo/whatsnew/$(WHATSNEW).html $(ISILOINDEXFILES): $(COMMONPERL) html/stdabout.dat perl/isilo.perl @@ -435,7 +435,7 @@ isilo/python-tut.pdb \ isilo/python-dist.pdb \ isilo/python-inst.pdb \ - isilo/python-whatsnew.pdb +# isilo/python-whatsnew.pdb isilo/python-api.pdb: isilo/api/api.html isilo/api/api.css $(MKISILO) "-iPython/C API Reference Manual" \ @@ -532,7 +532,7 @@ $(WEBCHECKER) $(HTMLBASE)/tut/ $(WEBCHECKER) $(HTMLBASE)/dist/ $(WEBCHECKER) $(HTMLBASE)/inst/ - $(WEBCHECKER) $(HTMLBASE)/whatsnew/ +# $(WEBCHECKER) $(HTMLBASE)/whatsnew/ fastwebcheck: $(ALLHTMLFILES) $(WEBCHECKER) -x $(HTMLBASE)/api/ @@ -544,7 +544,7 @@ $(WEBCHECKER) -x $(HTMLBASE)/tut/ $(WEBCHECKER) -x $(HTMLBASE)/dist/ $(WEBCHECKER) -x $(HTMLBASE)/inst/ - $(WEBCHECKER) -x $(HTMLBASE)/whatsnew/ +# $(WEBCHECKER) -x $(HTMLBASE)/whatsnew/ # Release packaging targets: