summaryrefslogtreecommitdiff
path: root/doc
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 /doc
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 'doc')
-rw-r--r--doc/Makefile.am1
-rw-r--r--doc/meson.build1
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 99062b84..f7903aaf 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -5,5 +5,6 @@ GNUMAKEFLAGS=--no-print-directory -s
EXTRA_DIST= \
CMakeLists.txt \
initscripts.txt \
+ meson.build \
newstyle.css \
oldstyle.css
diff --git a/doc/meson.build b/doc/meson.build
new file mode 100644
index 00000000..bec4796c
--- /dev/null
+++ b/doc/meson.build
@@ -0,0 +1 @@
+install_man('lighttpd.8', 'lighttpd-angel.8')