]> granicus.if.org Git - python/commitdiff
Include the document dependencies earlier so that documents are rebuilt
authorFred Drake <fdrake@acm.org>
Fri, 11 Aug 2000 17:36:21 +0000 (17:36 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 11 Aug 2000 17:36:21 +0000 (17:36 +0000)
when they need to be.

Doc/html/Makefile

index 5d9fbca5edf66167b3b021c61d401bfa4db5d157..2115132aea5f427e8de6ab797ff1ce4b512971cc 100644 (file)
@@ -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)