Commit db2e3e3c authored by Fred Drake's avatar Fred Drake

Added missing dependency on the refcount data file.

parent 1ccb3eeb
...@@ -340,7 +340,7 @@ html/modindex.html: html/lib/lib.html html/mac/mac.html ...@@ -340,7 +340,7 @@ html/modindex.html: html/lib/lib.html html/mac/mac.html
html: $(ALLHTMLFILES) $(HTMLCSSFILES) html: $(ALLHTMLFILES) $(HTMLCSSFILES)
api: html/api/api.html html/api/api.css api: html/api/api.html html/api/api.css
html/api/api.html: $(APIFILES) html/api/api.html: $(APIFILES) api/refcounts.dat
$(MKHTML) --dir html/api api/api.tex $(MKHTML) --dir html/api api/api.tex
doc: html/doc/doc.html html/doc/doc.css doc: html/doc/doc.html html/doc/doc.css
...@@ -446,7 +446,7 @@ isilo/python-whatsnew-$(RELEASE).pdb: isilo/whatsnew/$(WHATSNEW).html isilo/what ...@@ -446,7 +446,7 @@ isilo/python-whatsnew-$(RELEASE).pdb: isilo/whatsnew/$(WHATSNEW).html isilo/what
$(MKISILO) "-iWhat's New in Python X.Y" \ $(MKISILO) "-iWhat's New in Python X.Y" \
isilo/whatsnew/$(WHATSNEW).html $@ isilo/whatsnew/$(WHATSNEW).html $@
isilo/api/api.html: $(APIFILES) isilo/api/api.html: $(APIFILES) api/refcounts.dat
$(MKISILOHTML) --dir isilo/api api/api.tex $(MKISILOHTML) --dir isilo/api api/api.tex
isilo/doc/doc.html: $(DOCFILES) isilo/doc/doc.html: $(DOCFILES)
......
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