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

index dfd5195f6410f2fbd338dc6a2f43920ddee816dc..f6f176148a4ad15fc971368b945c41efb4c21498 100644 (file)
--- 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
        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
 
 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}           \
        ${PCT_MAN1_SOURCES}             \
        ${PVECM_MAN1_SOURCES}           \
        ${PVEUM_MAN1_SOURCES}           \
-       ${QM_SOURCES}                   \
+       ${QM_MAN1_SOURCES}              \
        ${PVEAM_SOURCES}                \
        ${VZDUMP_SOURCES}               \
        ${HA_SOURCES}                   \
        ${PVEAM_SOURCES}                \
        ${VZDUMP_SOURCES}               \
        ${HA_SOURCES}                   \
index 2fafec0fc303c7dbb4b047b3f54761dc632fd29c..cca464b5ea56b42a65cb34bb57bc82205c0ce5fb 100644 (file)
@@ -43,6 +43,11 @@ PCT_MAN1_SOURCES=                    \
        pct.1-synopsis.adoc             \
        ${PVE_COMMON_DOC_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           \
 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 $@
 
        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 $@
 pvecm.1: ${PVECM_MAN1_SOURCES}
        a2x -a docinfo1 -a "manvolnum=1" -a "manversion=Release ${DOCRELEASE}" -f manpage pvecm.adoc
        test -n "$${NOVIEW}" || man -l $@