From: Fred Drake Date: Wed, 7 Oct 1998 22:03:45 +0000 (+0000) Subject: Make the dependencies really work for the HTML version. X-Git-Tag: v1.5.2a2~96 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e23c3125a96d55509e227b34048a2f4bdce9f68;p=thirdparty%2FPython%2Fcpython.git Make the dependencies really work for the HTML version. --- diff --git a/Doc/html/Makefile b/Doc/html/Makefile index e07604339db3..87d231d511ab 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)