]> git.proxmox.com Git - pve-manager.git/blame - PVE/CLI/Makefile
Update vzdump man page for 4.0 (LXC containers , KVM live backup)
[pve-manager.git] / PVE / CLI / Makefile
CommitLineData
9a225ed5
DM
1include ../../defines.mk
2
3e8560ac 3SOURCES=vzdump.pm pvesubscription.pm pveceph.pm
9a225ed5
DM
4
5.PHONY: install
6install: ${SOURCES}
7 install -d -m 0755 ${PERLLIBDIR}/PVE/CLI
8 for i in ${SOURCES}; do install -D -m 0644 $$i ${PERLLIBDIR}/PVE/CLI/$$i; done
9
10
11clean: