mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-10-05 00:42:24 +00:00
export pveum man page
This commit is contained in:
parent
0c36e36060
commit
d7810cdb73
3
Makefile
3
Makefile
@ -48,7 +48,6 @@ GEN_SCRIPTS= \
|
|||||||
gen-pve-firewall-rules-opts.pl \
|
gen-pve-firewall-rules-opts.pl \
|
||||||
gen-pve-firewall-vm-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
|
VZDUMP_SOURCES=attributes.txt vzdump.adoc vzdump.1-synopsis.adoc
|
||||||
QM_SOURCES=attributes.txt qm.adoc qm.1-synopsis.adoc
|
QM_SOURCES=attributes.txt qm.adoc qm.1-synopsis.adoc
|
||||||
PVEAM_SOURCES=attributes.txt pveam.adoc pveam.1-synopsis.adoc
|
PVEAM_SOURCES=attributes.txt pveam.adoc pveam.1-synopsis.adoc
|
||||||
@ -77,9 +76,9 @@ PVE_ADMIN_GUIDE_SOURCES= \
|
|||||||
${PVESM_MAN1_SOURCES} \
|
${PVESM_MAN1_SOURCES} \
|
||||||
${PCT_MAN1_SOURCES} \
|
${PCT_MAN1_SOURCES} \
|
||||||
${PVECM_MAN1_SOURCES} \
|
${PVECM_MAN1_SOURCES} \
|
||||||
|
${PVEUM_MAN1_SOURCES} \
|
||||||
${QM_SOURCES} \
|
${QM_SOURCES} \
|
||||||
${PVEAM_SOURCES} \
|
${PVEAM_SOURCES} \
|
||||||
${PVEUM_SOURCES} \
|
|
||||||
${VZDUMP_SOURCES} \
|
${VZDUMP_SOURCES} \
|
||||||
${HA_SOURCES} \
|
${HA_SOURCES} \
|
||||||
images/cluster-nwdiag.svg \
|
images/cluster-nwdiag.svg \
|
||||||
|
@ -43,6 +43,11 @@ PCT_MAN1_SOURCES= \
|
|||||||
pct.1-synopsis.adoc \
|
pct.1-synopsis.adoc \
|
||||||
${PVE_COMMON_DOC_SOURCES}
|
${PVE_COMMON_DOC_SOURCES}
|
||||||
|
|
||||||
|
PVEUM_MAN1_SOURCES= \
|
||||||
|
pveum.adoc \
|
||||||
|
pveum.1-synopsis.adoc \
|
||||||
|
${PVE_COMMON_DOC_SOURCES}
|
||||||
|
|
||||||
attributes.txt docinfo.xml:
|
attributes.txt docinfo.xml:
|
||||||
cp ${DGDIR}/$@ $@.tmp
|
cp ${DGDIR}/$@ $@.tmp
|
||||||
mv $@.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
|
a2x -a docinfo1 -a "manvolnum=1" -a "manversion=Release ${DOCRELEASE}" -f manpage pvecm.adoc
|
||||||
test -n "$${NOVIEW}" || man -l $@
|
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}
|
%.5: %.adoc %.5-opts.adoc ${PVE_COMMON_DOC_SOURCES}
|
||||||
a2x -a docinfo1 -a "manvolnum=5" -a "manversion=Release ${DOCRELEASE}" -f manpage $*.adoc
|
a2x -a docinfo1 -a "manvolnum=5" -a "manversion=Release ${DOCRELEASE}" -f manpage $*.adoc
|
||||||
test -n "$${NOVIEW}" || man -l $@
|
test -n "$${NOVIEW}" || man -l $@
|
||||||
|
Loading…
Reference in New Issue
Block a user