Skip to content

Commit 399e3f4

Browse files
committed
makefile: generate ares_set_socket_functions.html
1 parent a4a8a97 commit 399e3f4

File tree

2 files changed

+29
-24
lines changed

2 files changed

+29
-24
lines changed

Makefile

+28-24
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,30 @@ SRCDIR=ares-cvs
99
MAN2HTML= roffit --bare --mandir=$(SRCDIR) --hrefdir=.
1010
MARKDOWN=markdown
1111

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
3636
make -C download
3737

3838
index.html: index.t $(MAINPARTS)
@@ -186,6 +186,8 @@ ares_set_socket_configure_callback.html: ares_func.t ares_set_socket_configure_c
186186
$(FCPP) $(OPTS) -Dfunc=ares_set_socket_configure_callback -Ddocs_ares_set_socket_configure_callback -Dfuncinc=\"ares_set_socket_configure_callback.raw\" $< $@
187187
ares_set_sortlist.html: ares_func.t ares_set_sortlist.raw $(MAINPARTS)
188188
$(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\" $< $@
189191

190192

191193
ares_init.raw: $(SRCDIR)/ares_init.3
@@ -284,6 +286,8 @@ ares_set_socket_configure_callback.raw: $(SRCDIR)/ares_set_socket_configure_call
284286
$(MAN2HTML) < $< >$@
285287
ares_set_sortlist.raw: $(SRCDIR)/ares_set_sortlist.3
286288
$(MAN2HTML) < $< >$@
289+
ares_set_socket_functions.raw: $(SRCDIR)/ares_set_socket_functions.3
290+
$(MAN2HTML) < $< >$@
287291

288292
clean:
289293
find . -name "*~" -exec rm {} \;

docs.t

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ BOXTOP
6565
<li> <a href="ares_set_servers_ports_csv.html">ares_set_servers_ports_csv</a>
6666
<li> <a href="ares_set_socket_callback.html">ares_set_socket_callback</a>
6767
<li> <a href="ares_set_socket_configure_callback.html">ares_set_socket_configure_callback</a>
68+
<li> <a href="ares_set_socket_functions.html">ares_set_socket_functions</a>
6869
<li> <a href="ares_set_sortlist.html">ares_set_sortlist</a>
6970
<li> <a href="ares_strerror.html">ares_strerror</a>
7071
<li> <a href="ares_timeout.html">ares_timeout</a>

0 commit comments

Comments
 (0)