]> granicus.if.org Git - curl/commitdiff
make html runs make html in the docs dir
authorDaniel Stenberg <daniel@haxx.se>
Tue, 21 Aug 2001 09:14:31 +0000 (09:14 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 21 Aug 2001 09:14:31 +0000 (09:14 +0000)
Makefile.am

index abd18bec72a46adbb8ff4000f62caf1c8937ae78..d1c55fdef76c5ea7bd66c827d4a4347fa345c333 100644 (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: