aboutsummaryrefslogtreecommitdiff
path: root/doc/man3/Makefile
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi92@disroot.org>2025-10-09 11:18:03 +0200
committerXavier Del Campo Romero <xavi92@disroot.org>2025-10-09 11:28:59 +0200
commitde7f4b2ffcd92dfeada9235ce857b801a4851da7 (patch)
treefb42b5f79f1ce3b1486de9883ee0305055b1b470 /doc/man3/Makefile
parente85d90fbf37cbd5a3264a2debd9b51438836c729 (diff)
downloadlibweb-de7f4b2ffcd92dfeada9235ce857b801a4851da7.tar.gz
Add man3 pages for the form APIv0.5.0
Diffstat (limited to 'doc/man3/Makefile')
-rw-r--r--doc/man3/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/man3/Makefile b/doc/man3/Makefile
index 6c0d414..cdfff3d 100644
--- a/doc/man3/Makefile
+++ b/doc/man3/Makefile
@@ -5,6 +5,10 @@ datarootdir = $(prefix)/share
mandir = $(datarootdir)/man
man3dir = $(mandir)/man3
OBJECTS = \
+ $(DESTDIR)$(man3dir)/form_alloc.3 \
+ $(DESTDIR)$(man3dir)/form_foreach.3 \
+ $(DESTDIR)$(man3dir)/form_free.3 \
+ $(DESTDIR)$(man3dir)/form_value.3 \
$(DESTDIR)$(man3dir)/handler_add.3 \
$(DESTDIR)$(man3dir)/handler_alloc.3 \
$(DESTDIR)$(man3dir)/handler_free.3 \