Skip to content
This repository was archived by the owner on Feb 16, 2026. It is now read-only.

Commit a6223de

Browse files
committed
build: Generate and install man/vmod_h2.3
1 parent edc29df commit a6223de

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

man/Makefile.am

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ dist_man_MANS = \
2525
vmod_vtc.3 \
2626
vmod_blob.3 \
2727
vmod_unix.3 \
28-
vmod_proxy.3
28+
vmod_proxy.3 \
29+
vmod_h2.3
2930

3031
CLEANFILES = $(dist_man_MANS)
3132

@@ -136,4 +137,7 @@ vmod_unix.3: $(top_builddir)/vmod/vmod_unix.man.rst
136137
vmod_proxy.3: $(top_builddir)/vmod/vmod_proxy.man.rst
137138
$(BUILD_MAN) $? $@
138139

140+
vmod_h2.3: $(top_builddir)/vmod/vmod_h2.man.rst
141+
$(BUILD_MAN) $? $@
142+
139143
.NOPATH: $(dist_man_MANS)

0 commit comments

Comments
 (0)