commit | 2e23c3125a96d55509e227b34048a2f4bdce9f68 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Wed Oct 07 22:03:45 1998 +0000 |
committer | Fred Drake <fdrake@acm.org> | Wed Oct 07 22:03:45 1998 +0000 |
tree | c9075052ad3343063b2c3ec995ccb25d60f307d7 | |
parent | dd997f79b4e64cae8d1cba90751a9f9eff7c5c67 [diff] [blame] |
Make the dependencies really work for the HTML version.
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 @@ $(MKHTML) tut $(L2HARGS) +include ../Makefile.deps + $(PAPERDIR)/api.aux: $(APIFILES) (cd $(PAPERDIR); $(MAKE) PAPER=$(PAPER) api.dvi)