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

Doc/Makefile

index b9566eb2bb6bb3183d5d6c183211e9d00e0bdcc4..012ba48e00d15e41c2f7d5608da2f915c0965909 100644 (file)
@@ -314,7 +314,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) \
@@ -398,7 +398,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.pdb \
        isilo/python-doc.pdb \