mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
make html runs make html in the docs dir
This commit is contained in:
parent
d4b23198fa
commit
46a897f604
@ -18,6 +18,9 @@ SUBDIRS = docs lib src include tests packages perl php
|
|||||||
dist-hook:
|
dist-hook:
|
||||||
cp $(srcdir)/Makefile.dist $(distdir)/Makefile
|
cp $(srcdir)/Makefile.dist $(distdir)/Makefile
|
||||||
|
|
||||||
|
html:
|
||||||
|
cd docs; make html
|
||||||
|
|
||||||
check: test
|
check: test
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
Loading…
Reference in New Issue
Block a user