]> git.proxmox.com Git - pve-docs.git/commitdiff
export ha-manager man page
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 8 Apr 2016 05:54:46 +0000 (07:54 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 8 Apr 2016 05:54:46 +0000 (07:54 +0200)
Makefile
pve-doc-generator.mk

index e62736a91af95b2fd2d079569c39d0ca6cc917ba..eb567956bc13d23f9c7aabf5e7279be50a84a1e2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,6 @@ GEN_SCRIPTS=                                  \
 
 VZDUMP_SOURCES=attributes.txt vzdump.adoc vzdump.1-synopsis.adoc
 PVEAM_SOURCES=attributes.txt pveam.adoc pveam.1-synopsis.adoc
 
 VZDUMP_SOURCES=attributes.txt vzdump.adoc vzdump.1-synopsis.adoc
 PVEAM_SOURCES=attributes.txt pveam.adoc pveam.1-synopsis.adoc
-HA_SOURCES=attributes.txt ha-manager.1-synopsis.adoc ha-manager.adoc
 
 SYSADMIN_SOURCES=                      \
        getting-help.adoc               \
 
 SYSADMIN_SOURCES=                      \
        getting-help.adoc               \
@@ -79,9 +78,9 @@ PVE_ADMIN_GUIDE_SOURCES=              \
        ${PVEUM_MAN1_SOURCES}           \
        ${QM_MAN1_SOURCES}              \
        ${QMRESTORE_MAN1_SOURCES}       \
        ${PVEUM_MAN1_SOURCES}           \
        ${QM_MAN1_SOURCES}              \
        ${QMRESTORE_MAN1_SOURCES}       \
+       ${HA_MANAGER_MAN1_SOURCES}      \
        ${PVEAM_SOURCES}                \
        ${VZDUMP_SOURCES}               \
        ${PVEAM_SOURCES}                \
        ${VZDUMP_SOURCES}               \
-       ${HA_SOURCES}                   \
        images/cluster-nwdiag.svg       \
        images/node-nwdiag.svg          \
        pve-bibliography.adoc           \
        images/cluster-nwdiag.svg       \
        images/node-nwdiag.svg          \
        pve-bibliography.adoc           \
index f1f21fd62979c147f0ad3a8d0c7c0c27f8a87730..cd1ade4a55bbdd45f47cdf104b98ec0a2e51751c 100644 (file)
@@ -58,6 +58,11 @@ PVEUM_MAN1_SOURCES=                  \
        pveum.1-synopsis.adoc           \
        ${PVE_COMMON_DOC_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 $@
 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 $@
 
        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 $@
 %.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 $@