diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-08-21 09:14:31 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-08-21 09:14:31 +0000 |
commit | 46a897f604481f0ea1e3b4020d58be4eaa922936 (patch) | |
tree | 6adb79c28c0124c52418babfc1149cb81a51b6cc /Makefile.am | |
parent | d4b23198fa9ef5921f6f127f8606f47358f576d5 (diff) | |
download | curl-46a897f604481f0ea1e3b4020d58be4eaa922936.tar.gz |
make html runs make html in the docs dir
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
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: |