aboutsummaryrefslogtreecommitdiff
path: root/doc/man3/Makefile
diff options
context:
space:
mode:
authorxavi <xavi@noreply.localhost>2023-11-20 16:24:15 +0100
committerxavi <xavi@noreply.localhost>2023-11-20 16:24:15 +0100
commit44676b84fd9aa689e4abbb588bead19a36061fa1 (patch)
tree388e86e26531b1b6612e0a178fbd29cd89c86814 /doc/man3/Makefile
parent65031ca3502e0c27780be847fd97c112546741a9 (diff)
parent2561ec32fe24e9cc81151193fbf2c55c94078816 (diff)
downloadlibweb-44676b84fd9aa689e4abbb588bead19a36061fa1.tar.gz
Merge pull request 'Allow `listen_port` to return selected port number' (#1) from midokura-xavi/libweb:listen-port into master
Reviewed-on: https://gitea.privatedns.org/xavi/libweb/pulls/1
Diffstat (limited to 'doc/man3/Makefile')
-rw-r--r--doc/man3/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/man3/Makefile b/doc/man3/Makefile
index c1a111d..6c0d414 100644
--- a/doc/man3/Makefile
+++ b/doc/man3/Makefile
@@ -9,6 +9,7 @@ OBJECTS = \
$(DESTDIR)$(man3dir)/handler_alloc.3 \
$(DESTDIR)$(man3dir)/handler_free.3 \
$(DESTDIR)$(man3dir)/handler_listen.3 \
+ $(DESTDIR)$(man3dir)/handler_loop.3 \
$(DESTDIR)$(man3dir)/html_node_add_attr.3 \
$(DESTDIR)$(man3dir)/html_node_add_child.3 \
$(DESTDIR)$(man3dir)/html_node_add_sibling.3 \