[7.3] a6223ded1 build: Generate and install man/vmod_h2.3

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Tue Oct 24 15:08:15 UTC 2023


commit a6223ded144980d1c8f1a1c904de5ffb2ac870dd
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Tue Oct 24 14:20:47 2023 +0200

    build: Generate and install man/vmod_h2.3

diff --git a/man/Makefile.am b/man/Makefile.am
index b78dc7cfe..a1f4896c1 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -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)
 
@@ -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)


More information about the varnish-commit mailing list