Correct dependency information -- the Python docs load the "About this

document" text from html/stdabout.dat, not html/about.dat.
This commit is contained in:
Fred Drake 2003-05-22 15:28:55 +00:00
parent 7d7f88c007
commit 5af41c55e6
1 changed files with 2 additions and 2 deletions

View 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 \