projects
/
pve-docs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
1fb81ff
)
fix HA manager build
author
Thomas Lamprecht
<t.lamprecht@proxmox.com>
Mon, 11 Apr 2016 10:31:05 +0000
(12:31 +0200)
committer
Dietmar Maurer
<dietmar@proxmox.com>
Mon, 11 Apr 2016 10:48:52 +0000
(12:48 +0200)
else building pve-ha-crm.8 failed with:
a2x: error: incorrect number of arguments
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
pve-doc-generator.mk
patch
|
blob
|
blame
|
history
diff --git
a/pve-doc-generator.mk
b/pve-doc-generator.mk
index 2e856e8920544a4f8f2ddf60651b10a589998e78..2d77f0e4235254d7d0a8c29d4e5dfe280a946c14 100644
(file)
--- 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}