]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Correct dependency information -- the Python docs load the "About this
authorFred Drake <fdrake@acm.org>
Thu, 22 May 2003 15:28:22 +0000 (15:28 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 22 May 2003 15:28:22 +0000 (15:28 +0000)
document" text from html/stdabout.dat, not html/about.dat.

Doc/Makefile

index e921dee600de8285d86d7267714c5e439608073f..50acdd9fde368d477df230bf0a275e97b2a18d88 100644 (file)
@@ -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 \