Skip to content

Commit

Permalink
build: Generate and install man/vmod_h2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dridi committed Oct 24, 2023
1 parent edc29df commit a6223de
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion man/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ dist_man_MANS = \
vmod_vtc.3 \
vmod_blob.3 \
vmod_unix.3 \
vmod_proxy.3
vmod_proxy.3 \
vmod_h2.3

CLEANFILES = $(dist_man_MANS)

Expand Down Expand Up @@ -136,4 +137,7 @@ vmod_unix.3: $(top_builddir)/vmod/vmod_unix.man.rst
vmod_proxy.3: $(top_builddir)/vmod/vmod_proxy.man.rst
$(BUILD_MAN) $? $@

vmod_h2.3: $(top_builddir)/vmod/vmod_h2.man.rst
$(BUILD_MAN) $? $@

.NOPATH: $(dist_man_MANS)

0 comments on commit a6223de

Please sign in to comment.