mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-04-29 01:06:13 +00:00
actually install pve6to7 tool
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
57cbbfa969
commit
4941b27bff
@ -1,6 +1,6 @@
|
||||
include ../../defines.mk
|
||||
|
||||
SOURCES=vzdump.pm pvesubscription.pm pveceph.pm pveam.pm pvesr.pm pvenode.pm pvesh.pm pve5to6.pm
|
||||
SOURCES=vzdump.pm pvesubscription.pm pveceph.pm pveam.pm pvesr.pm pvenode.pm pvesh.pm pve5to6.pm pve6to7.pm
|
||||
|
||||
all:
|
||||
|
||||
|
@ -7,7 +7,7 @@ PERL_DOC_INC_DIRS=..
|
||||
include /usr/share/pve-doc-generator/pve-doc-generator.mk
|
||||
|
||||
SERVICES = pvestatd pveproxy pvedaemon spiceproxy
|
||||
CLITOOLS = vzdump pvesubscription pveceph pveam pvesr pvenode pvesh pve5to6
|
||||
CLITOOLS = vzdump pvesubscription pveceph pveam pvesr pvenode pvesh pve5to6 pve6to7
|
||||
|
||||
SCRIPTS = \
|
||||
${SERVICES} \
|
||||
@ -51,6 +51,9 @@ all: ${SERVICE_MANS} ${CLI_MANS} pvemailforward
|
||||
pve5to6.1:
|
||||
echo ".TH pve5to6 1" > $@
|
||||
|
||||
pve6to7.1:
|
||||
echo ".TH pve6to7 1" > $@
|
||||
|
||||
pveversion.1.pod: pveversion
|
||||
pveupgrade.1.pod: pveupgrade
|
||||
pvereport.1.pod: pvereport
|
||||
|
Loading…
Reference in New Issue
Block a user