]> git.proxmox.com Git - pve-apiclient.git/blobdiff - Makefile
add make target to copy and include files from pve-common - update Exception.pm
[pve-apiclient.git] / Makefile
index ad1efdaad67d7d9796d0fe9dd26b392084066679..ec67f2d5239e5370cba490209a070118eaa1ae9b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,9 @@ DESTDIR=
 PERL5DIR=${DESTDIR}/usr/share/perl5
 DOCDIR=${DESTDIR}/usr/share/doc/${PACKAGE}
 
+PVE_COMMON_FILES=              \
+       Exception.pm
+
 all: ${DEB}
 
 .PHONY: deb
@@ -27,6 +30,10 @@ install:
        install -m 0755 examples/example2.pl ${DOCDIR}/examples
        install -m 0755 examples/perftest1.pl ${DOCDIR}/examples
 
+update-pve-common:
+       for i in ${PVE_COMMON_FILES}; do cp ../pve-common/src/PVE/$$i PVE/APIClient/; done
+       for i in ${PVE_COMMON_FILES}; do sed -i 's/PVE::/PVE::APIClient::/g' PVE/APIClient/$$i; done
+
 .PHONY: upload
 upload: ${DEB}
        tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com upload --product pmg,pve --dist stretch