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

export pveum man page

This commit is contained in:
Dietmar Maurer 2016-04-08 07:10:59 +02:00
parent 0c36e36060
commit d7810cdb73
2 changed files with 10 additions and 2 deletions

View File

@ -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 \

View 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 $@