From: Thomas Lamprecht Date: Mon, 11 Apr 2016 10:31:05 +0000 (+0200) Subject: fix HA manager build X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=commitdiff_plain;h=25d13a7a789115315274f2cc5bb42318e8b9ea30 fix HA manager build else building pve-ha-crm.8 failed with: a2x: error: incorrect number of arguments Signed-off-by: Thomas Lamprecht --- diff --git a/pve-doc-generator.mk b/pve-doc-generator.mk index 2e856e8..2d77f0e 100644 --- a/pve-doc-generator.mk +++ b/pve-doc-generator.mk @@ -213,7 +213,7 @@ ha-manager.1: ${HA_MANAGER_MAN1_SOURCES} test -n "$${NOVIEW}" || man -l $@ pve-ha-crm.8: ${PVE_HA_CRM_MAN8_SOURCES} - a2x ${A2X_MAN8_OPTIONS} manpage pve-ha-crm.adoc + a2x ${A2X_MAN8_OPTIONS} pve-ha-crm.adoc test -n "$${NOVIEW}" || man -l $@ pve-ha-lrm.8: ${PVE_HA_LRM_MAN8_SOURCES}