summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2023-01-04 12:27:19 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2023-01-04 12:47:59 -0500
commit909401f4f2dfde61183dfc16991ccdddbdac342f (patch)
treea1690147ec59cf43ca14a92056f7372379985811 /meson.build
parentda8abbfad414f2f8078e0b50302d691f8b21bbe0 (diff)
downloadlighttpd-git-909401f4f2dfde61183dfc16991ccdddbdac342f.tar.gz
[meson] add meson.build to install man pages (fixes #3181)
x-ref: "Meson / CMake build issues" https://redmine.lighttpd.net/issues/3181
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
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')