diff options
author | Fred Drake <fdrake@acm.org> | 1998-10-07 22:03:45 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-10-07 22:03:45 +0000 |
commit | 2e23c3125a96d55509e227b34048a2f4bdce9f68 (patch) | |
tree | c9075052ad3343063b2c3ec995ccb25d60f307d7 | |
parent | dd997f79b4e64cae8d1cba90751a9f9eff7c5c67 (diff) | |
download | cpython-git-2e23c3125a96d55509e227b34048a2f4bdce9f68.tar.gz |
Make the dependencies really work for the HTML version.
-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 e07604339d..87d231d511 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) |