summaryrefslogtreecommitdiffstats
path: root/Doc/html
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-08-11 17:36:21 (GMT)
committerFred Drake <fdrake@acm.org>2000-08-11 17:36:21 (GMT)
commitf40706375a65e7c915f8368167646ff75f00bdd7 (patch)
tree6e876ddef9d800cb1cfa2bc93cc72409238a5ffb /Doc/html
parent4e15945fffb829fcd8afe32f2cc6cc9dd6576e46 (diff)
downloadcpython-f40706375a65e7c915f8368167646ff75f00bdd7.zip
cpython-f40706375a65e7c915f8368167646ff75f00bdd7.tar.gz
cpython-f40706375a65e7c915f8368167646ff75f00bdd7.tar.bz2
Include the document dependencies earlier so that documents are rebuilt
when they need to be.
Diffstat (limited to 'Doc/html')
-rw-r--r--Doc/html/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/html/Makefile b/Doc/html/Makefile
index 5d9fbca..2115132 100644
--- a/Doc/html/Makefile
+++ b/Doc/html/Makefile
@@ -61,6 +61,8 @@ $(INDEXFILES): $(COMMONPERL) \
$(TOPDIR)/html/about.dat \
$(TOPDIR)/tools/node2label.pl
+include ../Makefile.deps
+
# The index.html target is at the end since it screws up font-lock.
modindex.html: lib/lib.html mac/mac.html $(TOOLSDIR)/mkmodindex
@@ -101,8 +103,6 @@ dist/dist.html:$(DISTFILES) $(TOPDIR)/perl/distutils.perl
$(TOOLSDIR)/mkhowto --about stdabout.dat --address $(PYTHONDOCS) \
--html $(TOPDIR)/dist/dist.tex
-include ../Makefile.deps
-
$(PAPERDIR)/api.aux: $(APIFILES)
(cd $(PAPERDIR); $(MKAUX) api)