@@ -9,30 +9,30 @@ SRCDIR=ares-cvs
9
9
MAN2HTML = roffit --bare --mandir=$(SRCDIR ) --hrefdir=.
10
10
MARKDOWN =markdown
11
11
12
- all : index.html license.html ares_init.html ares_init_options.html \
13
- ares_destroy.html ares_expand_name.html ares_fds.html old.html \
14
- ares_free_hostent.html ares_free_string.html ares_gethostbyaddr.html \
15
- ares_gethostbyname.html ares_mkquery.html ares_parse_a_reply.html \
16
- ares_parse_ptr_reply.html ares_process.html ares_query.html \
17
- ares_search.html ares_send.html ares_strerror.html ares_timeout.html \
18
- ares_version.html ares_parse_ptr_reply.html ares_expand_string.html \
19
- ares_cancel.html docs.html ares_parse_aaaa_reply.html mailhead.html \
20
- mailtop.html mailbot.html indextop.html indexbot.html otherlibs.html \
21
- why.html ares_getnameinfo.html ares_getsock.html ares_process_fd.html \
22
- ares_destroy_options.html ares_save_options.html \
23
- ares_parse_ns_reply.html ares_library_init.html \
24
- ares_library_cleanup.html ares_parse_srv_reply.html \
25
- ares_parse_txt_reply.html ares_parse_soa_reply.html \
26
- ares_inet_ntop.html ares_inet_pton.html ares_create_query.html \
27
- security.html changelog.html vulns.html ares_dup.html \
28
- adv_20160929.html ares_library_initialized.html \
29
- ares_get_servers.html ares_get_servers_ports.html \
30
- ares_set_servers.html ares_set_servers_ports.html \
31
- ares_set_servers_ports_csv.html ares_set_servers_csv.html \
32
- ares_free_data.html ares_gethostbyname_file.html \
33
- ares_set_socket_callback.html ares_set_socket_configure_callback.html \
34
- ares_set_sortlist.html ares_parse_mx_reply.html \
35
- ares_parse_naptr_reply .html ares_set_local_dev .html
12
+ all : index.html license.html ares_init.html ares_init_options.html \
13
+ ares_destroy.html ares_expand_name.html ares_fds.html old.html \
14
+ ares_free_hostent.html ares_free_string.html ares_gethostbyaddr.html \
15
+ ares_gethostbyname.html ares_mkquery.html ares_parse_a_reply.html \
16
+ ares_parse_ptr_reply.html ares_process.html ares_query.html \
17
+ ares_search.html ares_send.html ares_strerror.html ares_timeout.html \
18
+ ares_version.html ares_parse_ptr_reply.html ares_expand_string.html \
19
+ ares_cancel.html docs.html ares_parse_aaaa_reply.html mailhead.html \
20
+ mailtop.html mailbot.html indextop.html indexbot.html otherlibs.html \
21
+ why.html ares_getnameinfo.html ares_getsock.html ares_process_fd.html \
22
+ ares_destroy_options.html ares_save_options.html \
23
+ ares_parse_ns_reply.html ares_library_init.html \
24
+ ares_library_cleanup.html ares_parse_srv_reply.html \
25
+ ares_parse_txt_reply.html ares_parse_soa_reply.html \
26
+ ares_inet_ntop.html ares_inet_pton.html ares_create_query.html \
27
+ security.html changelog.html vulns.html ares_dup.html \
28
+ adv_20160929.html ares_library_initialized.html ares_get_servers.html \
29
+ ares_get_servers_ports.html ares_set_servers.html \
30
+ ares_set_servers_ports.html ares_set_servers_ports_csv.html \
31
+ ares_set_servers_csv.html ares_free_data.html \
32
+ ares_gethostbyname_file.html ares_set_socket_callback.html \
33
+ ares_set_socket_configure_callback.html ares_set_sortlist.html \
34
+ ares_parse_mx_reply.html ares_parse_naptr_reply.html \
35
+ ares_set_local_dev .html ares_set_socket_functions .html
36
36
make -C download
37
37
38
38
index.html : index.t $(MAINPARTS )
@@ -186,6 +186,8 @@ ares_set_socket_configure_callback.html: ares_func.t ares_set_socket_configure_c
186
186
$(FCPP ) $(OPTS ) -Dfunc=ares_set_socket_configure_callback -Ddocs_ares_set_socket_configure_callback -Dfuncinc=\" ares_set_socket_configure_callback.raw\" $< $@
187
187
ares_set_sortlist.html : ares_func.t ares_set_sortlist.raw $(MAINPARTS )
188
188
$(FCPP ) $(OPTS ) -Dfunc=ares_set_sortlist -Ddocs_ares_set_sortlist -Dfuncinc=\" ares_set_sortlist.raw\" $< $@
189
+ ares_set_socket_functions.html : ares_func.t ares_set_socket_functions.raw $(MAINPARTS )
190
+ $(FCPP ) $(OPTS ) -Dfunc=ares_set_socket_functions -Ddocs_ares_set_socket_functions -Dfuncinc=\" ares_set_socket_functions.raw\" $< $@
189
191
190
192
191
193
ares_init.raw : $(SRCDIR ) /ares_init.3
@@ -284,6 +286,8 @@ ares_set_socket_configure_callback.raw: $(SRCDIR)/ares_set_socket_configure_call
284
286
$(MAN2HTML ) < $< > $@
285
287
ares_set_sortlist.raw : $(SRCDIR ) /ares_set_sortlist.3
286
288
$(MAN2HTML ) < $< > $@
289
+ ares_set_socket_functions.raw : $(SRCDIR ) /ares_set_socket_functions.3
290
+ $(MAN2HTML ) < $< > $@
287
291
288
292
clean :
289
293
find . -name " *~" -exec rm {} \;
0 commit comments