Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2021-04-23 09:47:17 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-04-23 09:47:17 +0300
commitcc8d691b59e28f57f0669552fa2e360af9a8957e (patch)
tree103a3ac677f77adbb7b526f8c15d359d0cea7466 /man
parent578ac89ab3bb2335a43a04ecbd20e64babe003d2 (diff)
....I..... [ZBXNEXT-6478] added man webservice/agent2 man files to install
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am14
1 files changed, 12 insertions, 2 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index f4e17358f0d..533c95989ab 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -1,10 +1,16 @@
## Process this file with automake to produce Makefile.in
+agent_MANS =
+
if AGENT
-agent_MANS = zabbix_agentd.man
+agent_MANS += zabbix_agentd.man
client_MANS = zabbix_get.man zabbix_sender.man
endif
+if AGENT2
+agent_MANS += zabbix_agent2.man
+endif
+
if PROXY
proxy_MANS = zabbix_proxy.man
endif
@@ -13,8 +19,12 @@ if SERVER
server_MANS = zabbix_server.man
endif
+if WEBSERVICE
+webservice_MANS = zabbix_web_service.man
+endif
+
man1_MANS = $(client_MANS)
-man8_MANS = $(agent_MANS) $(proxy_MANS) $(server_MANS)
+man8_MANS = $(agent_MANS) $(proxy_MANS) $(server_MANS) $(webservice_MANS)
EXTRA_DIST = \
zabbix_agentd.man \