Commit 46a897f6 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

make html runs make html in the docs dir

parent d4b23198
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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: