mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
for install and more
This commit is contained in:
parent
6f3a2cafff
commit
c1ab16dabb
21
docs/Makefile.am
Normal file
21
docs/Makefile.am
Normal file
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user