diff options
author | Fred Drake <fdrake@acm.org> | 1998-10-07 22:03:45 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-10-07 22:03:45 (GMT) |
commit | 2e23c3125a96d55509e227b34048a2f4bdce9f68 (patch) | |
tree | c9075052ad3343063b2c3ec995ccb25d60f307d7 /Doc/html/Makefile | |
parent | dd997f79b4e64cae8d1cba90751a9f9eff7c5c67 (diff) | |
download | cpython-2e23c3125a96d55509e227b34048a2f4bdce9f68.zip cpython-2e23c3125a96d55509e227b34048a2f4bdce9f68.tar.gz cpython-2e23c3125a96d55509e227b34048a2f4bdce9f68.tar.bz2 |
Make the dependencies really work for the HTML version.
Diffstat (limited to 'Doc/html/Makefile')
-rw-r--r-- | Doc/html/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/html/Makefile b/Doc/html/Makefile index e076043..87d231d 100644 --- a/Doc/html/Makefile +++ b/Doc/html/Makefile @@ -64,6 +64,8 @@ tut/tut.html: $(PAPERDIR)/tut.aux $(MKHTML) tut $(L2HARGS) +include ../Makefile.deps + $(PAPERDIR)/api.aux: $(APIFILES) (cd $(PAPERDIR); $(MAKE) PAPER=$(PAPER) api.dvi) |