diff options
author | Fred Drake <fdrake@acm.org> | 2002-05-23 19:41:25 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-05-23 19:41:25 (GMT) |
commit | db2e3e3c9c37e7afb69574c1ee03224290ac1b6e (patch) | |
tree | 4760d42e769cc14d2b74b3130988f9184c5c855f /Doc/Makefile | |
parent | 1ccb3eeb7b7cac85fc97d94717ae41ac7ea14112 (diff) | |
download | cpython-db2e3e3c9c37e7afb69574c1ee03224290ac1b6e.zip cpython-db2e3e3c9c37e7afb69574c1ee03224290ac1b6e.tar.gz cpython-db2e3e3c9c37e7afb69574c1ee03224290ac1b6e.tar.bz2 |
Added missing dependency on the refcount data file.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 47d4fbc..8c2c4ed 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -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) |