summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRolf Eike Beer <eb@emlix.com>2022-09-21 10:28:00 +0200
committerGlenn Strauss <gstrauss@gluelogic.com>2022-09-23 03:39:22 -0400
commitf98cc6743821b8bfa342dabb9a7d5a06ce6b93fe (patch)
tree6276ef4c57448f6dab3cf8bc14eca6814f433765 /doc
parent07f428dc8a0c3855f8b4de960ee7f19d7c81b6d6 (diff)
downloadlighttpd-git-f98cc6743821b8bfa342dabb9a7d5a06ce6b93fe.tar.gz
[cmake] install man pages with CMake
github: closes #118
Diffstat (limited to 'doc')
-rw-r--r--doc/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
new file mode 100644
index 00000000..ee125a67
--- /dev/null
+++ b/doc/CMakeLists.txt
@@ -0,0 +1,4 @@
+install(FILES
+ lighttpd.8
+ lighttpd-angel.8
+ DESTINATION ${CMAKE_INSTALL_MANDIR}/man8)