diff options
Diffstat (limited to 'Doc/html/Makefile')
-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 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) |