curl/docs/Makefile.am

29 lines
520 B
Makefile
Raw Normal View History

2000-07-29 11:34:32 -04:00
#
# $Id$
#
AUTOMAKE_OPTIONS = foreign no-dependencies
man_MANS = \
curl.1 \
curl_easy_cleanup.3 \
2000-10-02 02:49:51 -04:00
curl_easy_getinfo.3 \
2000-07-29 11:34:32 -04:00
curl_easy_init.3 \
curl_easy_perform.3 \
curl_easy_setopt.3 \
curl_formparse.3 \
2001-01-08 05:00:14 -05:00
curl_formfree.3 \
2000-07-29 11:34:32 -04:00
curl_getdate.3 \
curl_getenv.3 \
curl_slist_append.3 \
curl_slist_free_all.3 \
2001-03-22 06:22:09 -05:00
curl_version.3 \
curl_escape.3 \
curl_unescape.3
2000-07-29 11:34:32 -04:00
2001-01-08 05:00:14 -05:00
EXTRA_DIST = $(man_MANS) \
MANUAL BUGS CONTRIBUTE FAQ FEATURES INTERNALS \
LIBCURL README.win32 RESOURCES TODO TheArtOfHttpScripting
SUBDIRS = examples