Commit e1ed8e60 authored by Fred Drake's avatar Fred Drake

Include the document dependencies earlier so that documents are rebuilt

when they need to be.
parent 1e7f4089
...@@ -61,6 +61,8 @@ $(INDEXFILES): $(COMMONPERL) \ ...@@ -61,6 +61,8 @@ $(INDEXFILES): $(COMMONPERL) \
$(TOPDIR)/html/about.dat \ $(TOPDIR)/html/about.dat \
$(TOPDIR)/tools/node2label.pl $(TOPDIR)/tools/node2label.pl
include ../Makefile.deps
# The index.html target is at the end since it screws up font-lock. # The index.html target is at the end since it screws up font-lock.
modindex.html: lib/lib.html mac/mac.html $(TOOLSDIR)/mkmodindex modindex.html: lib/lib.html mac/mac.html $(TOOLSDIR)/mkmodindex
...@@ -101,8 +103,6 @@ dist/dist.html:$(DISTFILES) $(TOPDIR)/perl/distutils.perl ...@@ -101,8 +103,6 @@ dist/dist.html:$(DISTFILES) $(TOPDIR)/perl/distutils.perl
$(TOOLSDIR)/mkhowto --about stdabout.dat --address $(PYTHONDOCS) \ $(TOOLSDIR)/mkhowto --about stdabout.dat --address $(PYTHONDOCS) \
--html $(TOPDIR)/dist/dist.tex --html $(TOPDIR)/dist/dist.tex
include ../Makefile.deps
$(PAPERDIR)/api.aux: $(APIFILES) $(PAPERDIR)/api.aux: $(APIFILES)
(cd $(PAPERDIR); $(MKAUX) api) (cd $(PAPERDIR); $(MKAUX) api)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment