aboutsummaryrefslogtreecommitdiff
path: root/docs/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-07-29 15:34:32 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-07-29 15:34:32 +0000
commitc1ab16dabb2ecd7a18927773527912c20ea5deae (patch)
treee77cad2746798baea8b89f018d6973490939a6a3 /docs/Makefile.am
parent6f3a2cafff94c3fa918ab0e77c1b403195f246bd (diff)
for install and more
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r--docs/Makefile.am21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
new file mode 100644
index 000000000..9479ac7e6
--- /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)
+