From 46a897f604481f0ea1e3b4020d58be4eaa922936 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 21 Aug 2001 09:14:31 +0000 Subject: make html runs make html in the docs dir --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index abd18bec7..d1c55fdef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,6 +18,9 @@ SUBDIRS = docs lib src include tests packages perl php dist-hook: cp $(srcdir)/Makefile.dist $(distdir)/Makefile +html: + cd docs; make html + check: test test: -- cgit v1.2.3