From: Dietmar Maurer Date: Fri, 8 Apr 2016 05:13:12 +0000 (+0200) Subject: export qm man page X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=commitdiff_plain;h=7f8858a21128ec0e89e3831e1a0d9e2e982a16b2 export qm man page --- diff --git a/Makefile b/Makefile index dfd5195..f6f1761 100644 --- a/Makefile +++ b/Makefile @@ -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} \ diff --git a/pve-doc-generator.mk b/pve-doc-generator.mk index 2fafec0..cca464b 100644 --- a/pve-doc-generator.mk +++ b/pve-doc-generator.mk @@ -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 $@