From f98cc6743821b8bfa342dabb9a7d5a06ce6b93fe Mon Sep 17 00:00:00 2001 From: Rolf Eike Beer Date: Wed, 21 Sep 2022 10:28:00 +0200 Subject: [cmake] install man pages with CMake github: closes #118 --- doc/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/CMakeLists.txt (limited to 'doc') 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) -- cgit v1.2.1