mirror of
https://github.com/curl/curl.git
synced 2026-06-05 10:14:15 +03:00
added libcurl-errors
This commit is contained in:
parent
c06171a802
commit
eb8770506f
1 changed files with 3 additions and 1 deletions
|
|
@ -34,7 +34,8 @@ man_MANS = \
|
|||
curl_multi_init.3 \
|
||||
curl_multi_perform.3 \
|
||||
curl_multi_remove_handle.3 \
|
||||
libcurl-multi.3
|
||||
libcurl-multi.3 \
|
||||
libcurl-errors.3
|
||||
|
||||
HTMLPAGES = \
|
||||
curl_easy_cleanup.html \
|
||||
|
|
@ -67,6 +68,7 @@ HTMLPAGES = \
|
|||
curl_multi_perform.html \
|
||||
curl_multi_remove_handle.html \
|
||||
libcurl-multi.html \
|
||||
libcurl-errors.html \
|
||||
index.html
|
||||
|
||||
EXTRA_DIST = $(man_MANS) $(HTMLPAGES)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue