mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-03-09 08:58:19 +03:00
fix makefile for vzdump.1 and pveam.1
This commit is contained in:
parent
2d8f1c9267
commit
6198e7c556
7
Makefile
7
Makefile
@ -53,9 +53,6 @@ GEN_SCRIPTS= \
|
||||
gen-pve-firewall-rules-opts.pl \
|
||||
gen-pve-firewall-vm-opts.pl
|
||||
|
||||
VZDUMP_SOURCES=attributes.txt vzdump.adoc vzdump.1-synopsis.adoc
|
||||
PVEAM_SOURCES=attributes.txt pveam.adoc pveam.1-synopsis.adoc
|
||||
|
||||
SYSADMIN_SOURCES= \
|
||||
getting-help.adoc \
|
||||
pve-package-repos.adoc \
|
||||
@ -87,8 +84,8 @@ PVE_ADMIN_GUIDE_SOURCES= \
|
||||
${SPICEPROXY_MAN8_SOURCES} \
|
||||
${PVE_HA_CRM_MAN8_SOURCES} \
|
||||
${PVE_HA_LRM_MAN8_SOURCES} \
|
||||
${PVEAM_SOURCES} \
|
||||
${VZDUMP_SOURCES} \
|
||||
${VZDUMP_MAN1_SOURCES} \
|
||||
${PVEAM_MAN1_SOURCES} \
|
||||
images/cluster-nwdiag.svg \
|
||||
images/node-nwdiag.svg \
|
||||
pve-bibliography.adoc \
|
||||
|
@ -38,6 +38,11 @@ PVESM_MAN1_SOURCES= \
|
||||
pve-storage-zfspool.adoc \
|
||||
${PVE_COMMON_DOC_SOURCES}
|
||||
|
||||
VZDUMP_MAN1_SOURCES= \
|
||||
vzdump.adoc \
|
||||
vzdump.1-synopsis.adoc \
|
||||
${PVE_COMMON_DOC_SOURCES}
|
||||
|
||||
PCT_MAN1_SOURCES= \
|
||||
pct.adoc \
|
||||
pct.1-synopsis.adoc \
|
||||
@ -73,19 +78,24 @@ PVEUM_MAN1_SOURCES= \
|
||||
pveum.1-synopsis.adoc \
|
||||
${PVE_COMMON_DOC_SOURCES}
|
||||
|
||||
HA_MANAGER_MAN1_SOURCES= \
|
||||
ha-manager.adoc \
|
||||
ha-manager.1-synopsis.adoc \
|
||||
PVEAM_MAN1_SOURCES= \
|
||||
pveam.adoc \
|
||||
pveam.1-synopsis.adoc \
|
||||
${PVE_COMMON_DOC_SOURCES}
|
||||
|
||||
PVE_HA_CRM_MAN8_SOURCES= \
|
||||
pve-ha-crm.adoc \
|
||||
pve-ha-crm.8-synopsis.adoc \
|
||||
HA_MANAGER_MAN1_SOURCES= \
|
||||
ha-manager.adoc \
|
||||
ha-manager.1-synopsis.adoc \
|
||||
${PVE_COMMON_DOC_SOURCES}
|
||||
|
||||
PVE_HA_LRM_MAN8_SOURCES= \
|
||||
pve-ha-lrm.adoc \
|
||||
pve-ha-lrm.8-synopsis.adoc \
|
||||
PVE_HA_CRM_MAN8_SOURCES= \
|
||||
pve-ha-crm.adoc \
|
||||
pve-ha-crm.8-synopsis.adoc \
|
||||
${PVE_COMMON_DOC_SOURCES}
|
||||
|
||||
PVE_HA_LRM_MAN8_SOURCES= \
|
||||
pve-ha-lrm.adoc \
|
||||
pve-ha-lrm.8-synopsis.adoc \
|
||||
${PVE_COMMON_DOC_SOURCES}
|
||||
|
||||
PVESTATD_MAN8_SOURCES= \
|
||||
@ -156,6 +166,10 @@ pct.1: ${PCT_MAN1_SOURCES}
|
||||
a2x ${A2X_MAN1_OPTIONS} pct.adoc
|
||||
test -n "$${NOVIEW}" || man -l $@
|
||||
|
||||
vzdump.1: ${VZDUMP_MAN1_SOURCES}
|
||||
a2x ${A2X_MAN1_OPTIONS} vzdump.adoc
|
||||
test -n "$${NOVIEW}" || man -l $@
|
||||
|
||||
qm.1: ${QM_MAN1_SOURCES}
|
||||
a2x ${A2X_MAN1_OPTIONS} qm.adoc
|
||||
test -n "$${NOVIEW}" || man -l $@
|
||||
@ -172,6 +186,10 @@ pveum.1: ${PVEUM_MAN1_SOURCES}
|
||||
a2x ${A2X_MAN1_OPTIONS} pveum.adoc
|
||||
test -n "$${NOVIEW}" || man -l $@
|
||||
|
||||
pveam.1: ${PVEAM_MAN1_SOURCES}
|
||||
a2x ${A2X_MAN1_OPTIONS} pveam.adoc
|
||||
test -n "$${NOVIEW}" || man -l $@
|
||||
|
||||
ha-manager.1: ${HA_MANAGER_MAN1_SOURCES}
|
||||
a2x ${A2X_MAN1_OPTIONS} ha-manager.adoc
|
||||
test -n "$${NOVIEW}" || man -l $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user