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

index a2abf89e56bea326964eea8d134ff239b846bfe0..dfd5195f6410f2fbd338dc6a2f43920ddee816dc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,6 @@ GEN_SCRIPTS=                                  \
        gen-pve-firewall-rules-opts.pl          \
        gen-pve-firewall-vm-opts.pl
 
-PVEUM_SOURCES=attributes.txt pveum.adoc pveum.1-synopsis.adoc
 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
@@ -77,9 +76,9 @@ PVE_ADMIN_GUIDE_SOURCES=              \
        ${PVESM_MAN1_SOURCES}           \
        ${PCT_MAN1_SOURCES}             \
        ${PVECM_MAN1_SOURCES}           \
+       ${PVEUM_MAN1_SOURCES}           \
        ${QM_SOURCES}                   \
        ${PVEAM_SOURCES}                \
-       ${PVEUM_SOURCES}                \
        ${VZDUMP_SOURCES}               \
        ${HA_SOURCES}                   \
        images/cluster-nwdiag.svg       \
index e4cd6c736bb732872a16a743bb5e0cd962e9a3f1..2fafec0fc303c7dbb4b047b3f54761dc632fd29c 100644 (file)
@@ -43,6 +43,11 @@ PCT_MAN1_SOURCES=                    \
        pct.1-synopsis.adoc             \
        ${PVE_COMMON_DOC_SOURCES}
 
+PVEUM_MAN1_SOURCES=                    \
+       pveum.adoc                      \
+       pveum.1-synopsis.adoc           \
+       ${PVE_COMMON_DOC_SOURCES}
+
 attributes.txt docinfo.xml:
        cp ${DGDIR}/$@ $@.tmp
        mv $@.tmp $@
@@ -85,6 +90,10 @@ pvecm.1: ${PVECM_MAN1_SOURCES}
        a2x -a docinfo1 -a "manvolnum=1" -a "manversion=Release ${DOCRELEASE}" -f manpage pvecm.adoc
        test -n "$${NOVIEW}" || man -l $@
 
+pveum.1: ${PVEUM_MAN1_SOURCES}
+       a2x -a docinfo1 -a "manvolnum=1" -a "manversion=Release ${DOCRELEASE}" -f manpage pveum.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 $@