]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added missing dependency on the refcount data file.
authorFred Drake <fdrake@acm.org>
Thu, 23 May 2002 19:42:11 +0000 (19:42 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 23 May 2002 19:42:11 +0000 (19:42 +0000)
Doc/Makefile

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