From 2e23c3125a96d55509e227b34048a2f4bdce9f68 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 7 Oct 1998 22:03:45 +0000 Subject: Make the dependencies really work for the HTML version. --- Doc/html/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit v0.12