make html runs make html in the docs dir

This commit is contained in:
Daniel Stenberg 2001-08-21 09:14:31 +00:00
parent d4b23198fa
commit 46a897f604
1 changed files with 3 additions and 0 deletions

View File

@ -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: