From: Fred Drake Date: Thu, 22 May 2003 15:28:22 +0000 (+0000) Subject: Correct dependency information -- the Python docs load the "About this X-Git-Tag: v2.2.3c1~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a63beee897c0ad21abd426f1ddf0ecd03ceaf245;p=thirdparty%2FPython%2Fcpython.git Correct dependency information -- the Python docs load the "About this document" text from html/stdabout.dat, not html/about.dat. --- diff --git a/Doc/Makefile b/Doc/Makefile index e921dee600de..50acdd9fde36 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -311,7 +311,7 @@ info: $(ALLCSSFILES): html/style.css cp $< $@ -$(INDEXFILES): $(COMMONPERL) html/about.dat tools/node2label.pl +$(INDEXFILES): $(COMMONPERL) html/stdabout.dat tools/node2label.pl html/acks.html: ACKS $(TOOLSDIR)/support.py $(TOOLSDIR)/mkackshtml $(PYTHON) $(TOOLSDIR)/mkackshtml --address $(PYTHONDOCS) \ @@ -393,7 +393,7 @@ ISILOINDEXFILES=isilo/api/api.html \ isilo/dist/dist.html \ isilo/whatsnew/$(WHATSNEW).html -$(ISILOINDEXFILES): $(COMMONPERL) html/about.dat perl/isilo.perl +$(ISILOINDEXFILES): $(COMMONPERL) html/stdabout.dat perl/isilo.perl isilo: isilo/python-api-$(RELEASE).pdb \ isilo/python-doc-$(RELEASE).pdb \