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

export qm man page

This commit is contained in:
Dietmar Maurer 2016-04-08 07:13:12 +02:00
parent d7810cdb73
commit 7f8858a211
2 changed files with 10 additions and 2 deletions

View File

@ -49,7 +49,6 @@ GEN_SCRIPTS= \
gen-pve-firewall-vm-opts.pl
VZDUMP_SOURCES=attributes.txt vzdump.adoc vzdump.1-synopsis.adoc
QM_SOURCES=attributes.txt qm.adoc qm.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
@ -77,7 +76,7 @@ PVE_ADMIN_GUIDE_SOURCES= \
${PCT_MAN1_SOURCES} \
${PVECM_MAN1_SOURCES} \
${PVEUM_MAN1_SOURCES} \
${QM_SOURCES} \
${QM_MAN1_SOURCES} \
${PVEAM_SOURCES} \
${VZDUMP_SOURCES} \
${HA_SOURCES} \

View File

@ -43,6 +43,11 @@ PCT_MAN1_SOURCES= \
pct.1-synopsis.adoc \
${PVE_COMMON_DOC_SOURCES}
QM_MAN1_SOURCES= \
qm.adoc \
qm.1-synopsis.adoc \
${PVE_COMMON_DOC_SOURCES}
PVEUM_MAN1_SOURCES= \
pveum.adoc \
pveum.1-synopsis.adoc \
@ -86,6 +91,10 @@ pct.1: ${PCT_MAN1_SOURCES}
a2x -a docinfo1 -a "manvolnum=1" -a "manversion=Release ${DOCRELEASE}" -f manpage pct.adoc
test -n "$${NOVIEW}" || man -l $@
qm.1: ${QM_MAN1_SOURCES}
a2x -a docinfo1 -a "manvolnum=1" -a "manversion=Release ${DOCRELEASE}" -f manpage qm.adoc
test -n "$${NOVIEW}" || man -l $@
pvecm.1: ${PVECM_MAN1_SOURCES}
a2x -a docinfo1 -a "manvolnum=1" -a "manversion=Release ${DOCRELEASE}" -f manpage pvecm.adoc
test -n "$${NOVIEW}" || man -l $@