]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-doc-generator.mk
export ha-manager man page
[pve-docs.git] / pve-doc-generator.mk
index f1f21fd62979c147f0ad3a8d0c7c0c27f8a87730..cd1ade4a55bbdd45f47cdf104b98ec0a2e51751c 100644 (file)
@@ -58,6 +58,11 @@ PVEUM_MAN1_SOURCES=                  \
        pveum.1-synopsis.adoc           \
        ${PVE_COMMON_DOC_SOURCES}
 
+HA_MANAGER_MAN1_SOURCES=                       \
+       ha-manager.adoc                         \
+       ha-manager.1-synopsis.adoc              \
+       ${PVE_COMMON_DOC_SOURCES}
+
 attributes.txt docinfo.xml:
        cp ${DGDIR}/$@ $@.tmp
        mv $@.tmp $@
@@ -112,6 +117,10 @@ pveum.1: ${PVEUM_MAN1_SOURCES}
        a2x -a docinfo1 -a "manvolnum=1" -a "manversion=Release ${DOCRELEASE}" -f manpage pveum.adoc
        test -n "$${NOVIEW}" || man -l $@
 
+ha-manager.1: ${HA_MANAGER_MAN1_SOURCES}
+       a2x -a docinfo1 -a "manvolnum=1" -a "manversion=Release ${DOCRELEASE}" -f manpage ha-manager.adoc
+       test -n "$${NOVIEW}" || man -l $@
+
 %.5: %.adoc %.5-opts.adoc ${PVE_COMMON_DOC_SOURCES}
        a2x -a docinfo1 -a "manvolnum=5" -a "manversion=Release ${DOCRELEASE}" -f manpage $*.adoc
        test -n "$${NOVIEW}" || man -l $@