From: Daniel Stenberg Date: Tue, 21 Aug 2001 09:14:31 +0000 (+0000) Subject: make html runs make html in the docs dir X-Git-Tag: before_urldata_rename~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46a897f604481f0ea1e3b4020d58be4eaa922936;p=curl make html runs make html in the docs dir --- 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: