mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 15:45:12 -04:00
27 lines
484 B
Makefile
27 lines
484 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
AUTOMAKE_OPTIONS = foreign no-dependencies
|
|
|
|
man_MANS = \
|
|
curl.1 \
|
|
curl_easy_cleanup.3 \
|
|
curl_easy_getinfo.3 \
|
|
curl_easy_init.3 \
|
|
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) \
|
|
MANUAL BUGS CONTRIBUTE FAQ FEATURES INTERNALS \
|
|
LIBCURL README.win32 RESOURCES TODO TheArtOfHttpScripting
|
|
|
|
SUBDIRS = examples
|