summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-08-21 09:14:31 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-08-21 09:14:31 +0000
commit46a897f604481f0ea1e3b4020d58be4eaa922936 (patch)
tree6adb79c28c0124c52418babfc1149cb81a51b6cc /Makefile.am
parentd4b23198fa9ef5921f6f127f8606f47358f576d5 (diff)
downloadcurl-46a897f604481f0ea1e3b4020d58be4eaa922936.tar.gz
make html runs make html in the docs dir
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
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: