]> granicus.if.org Git - python/commitdiff
Make the dependencies really work for the HTML version.
authorFred Drake <fdrake@acm.org>
Wed, 7 Oct 1998 22:03:45 +0000 (22:03 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 7 Oct 1998 22:03:45 +0000 (22:03 +0000)
Doc/html/Makefile

index e07604339db33669bd835d5ef6447e5868974a7e..87d231d511abc73190d88d1ef12fe53fb0bbbd77 100644 (file)
@@ -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)