aboutsummaryrefslogtreecommitdiff
path: root/doc/man7/Makefile
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi92@disroot.org>2025-09-30 23:50:33 +0200
committerXavier Del Campo Romero <xavi92@disroot.org>2025-10-02 15:52:14 +0200
commita0f5f7509bb9040752fa61fe0fdb447608e22b1c (patch)
tree53337bce28ed75f26953c5969af6bc76d8841f2b /doc/man7/Makefile
parentbba0b62f4e9e17927b9a2cda51dd5a4aa1b1f14e (diff)
downloadlibweb-a0f5f7509bb9040752fa61fe0fdb447608e22b1c.tar.gz
Implement form interface
This new interface allows library users to parse application/x-www-form-urlencoded data conveniently.
Diffstat (limited to 'doc/man7/Makefile')
-rw-r--r--doc/man7/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/man7/Makefile b/doc/man7/Makefile
index f9dc22c..bf588e6 100644
--- a/doc/man7/Makefile
+++ b/doc/man7/Makefile
@@ -5,6 +5,7 @@ datarootdir = $(prefix)/share
mandir = $(datarootdir)/man
man7dir = $(mandir)/man7
OBJECTS = \
+ $(DESTDIR)$(man7dir)/libweb_form.7 \
$(DESTDIR)$(man7dir)/libweb_handler.7 \
$(DESTDIR)$(man7dir)/libweb_html.7 \
$(DESTDIR)$(man7dir)/libweb_http.7