From: Daniel Stenberg Date: Sat, 29 Jul 2000 15:34:32 +0000 (+0000) Subject: for install and more X-Git-Tag: curl-7_1_1~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1ab16dabb2ecd7a18927773527912c20ea5deae;p=thirdparty%2Fcurl.git for install and more --- diff --git a/docs/Makefile.am b/docs/Makefile.am new file mode 100644 index 0000000000..9479ac7e6f --- /dev/null +++ b/docs/Makefile.am @@ -0,0 +1,21 @@ +# +# $Id$ +# + +AUTOMAKE_OPTIONS = foreign no-dependencies + +man_MANS = \ + curl.1 \ + curl_easy_cleanup.3 \ + curl_easy_init.3 \ + curl_easy_perform.3 \ + curl_easy_setopt.3 \ + curl_formparse.3 \ + curl_getdate.3 \ + curl_getenv.3 \ + curl_slist_append.3 \ + curl_slist_free_all.3 \ + curl_version.3 + +EXTRA_DIST = $(man_MANS) +