aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-09-28 16:45:01 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-09-28 16:45:01 +0100
commit4c2a6e952da0f61b076275f1a0fdcfc9559651cf (patch)
treeb7d3d8158851d700221b7b25cededf07fd78b517 /CMakeLists.txt
parent5f00b5dd858cc602eca347c20e0b4ad828c6e819 (diff)
downloadrspamd-4c2a6e952da0f61b076275f1a0fdcfc9559651cf.tar.gz
rspamd-4c2a6e952da0f61b076275f1a0fdcfc9559651cf.zip
Add preliminary documentation for rspamadm.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e7a143b36..6248a85b2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1095,6 +1095,7 @@ ENDIF(CMAKE_SYSTEM_NAME STREQUAL "Linux" AND WANT_SYSTEMD_UNITS MATCHES "ON")
# Manual pages
INSTALL(FILES "doc/rspamd.8" DESTINATION ${MANDIR}/man8)
INSTALL(FILES "doc/rspamc.1" DESTINATION ${MANDIR}/man1)
+INSTALL(FILES "doc/rspamadm.1" DESTINATION ${MANDIR}/man1)
# Install webui
IF(INSTALL_WEBUI MATCHES "ON")