aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 4fcace4b7..45c42c8d9 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -12,11 +12,14 @@ man_MANS = \
curl_easy_perform.3 \
curl_easy_setopt.3 \
curl_formparse.3 \
+ curl_formfree.3 \
curl_getdate.3 \
curl_getenv.3 \
curl_slist_append.3 \
curl_slist_free_all.3 \
curl_version.3
-EXTRA_DIST = $(man_MANS)
-
+EXTRA_DIST = $(man_MANS) \
+ MANUAL BUGS CONTRIBUTE FAQ FEATURES INTERNALS \
+ LIBCURL README.win32 RESOURCES TODO TheArtOfHttpScripting \
+ examples/README examples/*.c