diff options
author | Fred Drake <fdrake@acm.org> | 2003-05-22 15:28:55 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-05-22 15:28:55 (GMT) |
commit | 5af41c55e6e57e05a6a074c48e0d7e0824fad6c1 (patch) | |
tree | befc99b5b6f872a847df744a1c4573eccd1368bf | |
parent | 7d7f88c00705fca800509146cb07ef7776d6f485 (diff) | |
download | cpython-5af41c55e6e57e05a6a074c48e0d7e0824fad6c1.zip cpython-5af41c55e6e57e05a6a074c48e0d7e0824fad6c1.tar.gz cpython-5af41c55e6e57e05a6a074c48e0d7e0824fad6c1.tar.bz2 |
Correct dependency information -- the Python docs load the "About this
document" text from html/stdabout.dat, not html/about.dat.
-rw-r--r-- | Doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index b9566eb..012ba48 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -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 \ |