5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-03-20 22:50:06 +03:00

export ha-manager man page

This commit is contained in:
Dietmar Maurer 2016-04-08 07:54:46 +02:00
parent a516edff8f
commit e26d2ff0d8
2 changed files with 10 additions and 2 deletions

View File

@ -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
HA_SOURCES=attributes.txt ha-manager.1-synopsis.adoc ha-manager.adoc
SYSADMIN_SOURCES= \
getting-help.adoc \
@ -79,9 +78,9 @@ PVE_ADMIN_GUIDE_SOURCES= \
${PVEUM_MAN1_SOURCES} \
${QM_MAN1_SOURCES} \
${QMRESTORE_MAN1_SOURCES} \
${HA_MANAGER_MAN1_SOURCES} \
${PVEAM_SOURCES} \
${VZDUMP_SOURCES} \
${HA_SOURCES} \
images/cluster-nwdiag.svg \
images/node-nwdiag.svg \
pve-bibliography.adoc \

View 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 $@