From 909401f4f2dfde61183dfc16991ccdddbdac342f Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Wed, 4 Jan 2023 12:27:19 -0500 Subject: [meson] add meson.build to install man pages (fixes #3181) x-ref: "Meson / CMake build issues" https://redmine.lighttpd.net/issues/3181 --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index b9cc6465..bd424bda 100644 --- a/meson.build +++ b/meson.build @@ -7,6 +7,7 @@ project( meson_version: '>=0.47.0', ) +subdir('doc') subdir('src') subdir('tests') -- cgit v1.2.1