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: http://git.ipfire.org/?a=commitdiff_plain;h=46a897f604481f0ea1e3b4020d58be4eaa922936;p=thirdparty%2Fcurl.git make html runs make html in the docs dir --- diff --git a/Makefile.am b/Makefile.am index abd18bec72..d1c55fdef7 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: