From d7810cdb73f69b4016cffecb1d64d5701e304e80 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 8 Apr 2016 07:10:59 +0200 Subject: [PATCH] export pveum man page --- Makefile | 3 +-- pve-doc-generator.mk | 9 +++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a2abf89..dfd5195 100644 --- 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 \ diff --git a/pve-doc-generator.mk b/pve-doc-generator.mk index e4cd6c7..2fafec0 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} +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 $@ -- 2.39.2