]> git.proxmox.com Git - pve-client.git/blobdiff - Makefile
rename start.pm to GuestStatus.pm, implement stop command
[pve-client.git] / Makefile
index 4fe184518205982e74a4963604476af7142910c7..7daa42836582716cd0abf6d03b6342ef7ca921b8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ deb ${DEB}:
        cd build; dpkg-buildpackage -rfakeroot -b -us -uc
        lintian ${DEB}
 
-install:  pve-api-definition.js
+install:  pve-api-definition.dat
        install -d -m 0755 ${LIB_DIR}/PVE
        # install library tools from pve-common
        install -m 0644 PVE/Tools.pm ${LIB_DIR}/PVE
@@ -30,19 +30,21 @@ install:  pve-api-definition.js
        install -m 0644 PVE/RESTHandler.pm  ${LIB_DIR}/PVE
        install -m 0644 PVE/CLIHandler.pm ${LIB_DIR}/PVE
        install -m 0644 PVE/PTY.pm ${LIB_DIR}/PVE
+       install -m 0644 PVE/SectionConfig.pm ${LIB_DIR}/PVE
        # install pveclient
        install -D -m 0644 PVE/APIClient/Helpers.pm ${LIB_DIR}/PVE/APIClient/Helpers.pm
        install -D -m 0644 PVE/APIClient/Config.pm ${LIB_DIR}/PVE/APIClient/Config.pm
        install -D -m 0644 PVE/APIClient/Commands/remote.pm ${LIB_DIR}/PVE/APIClient/Commands/remote.pm
        install -D -m 0644 PVE/APIClient/Commands/lxc.pm ${LIB_DIR}/PVE/APIClient/Commands/lxc.pm
-       install -D -m 0644 pve-api-definition.js ${LIB_DIR}/pve-api-definition.js
+       install -D -m 0644 PVE/APIClient/Commands/GuestStatus.pm ${LIB_DIR}/PVE/APIClient/Commands/GuestStatus.pm
+       install -D -m 0644 pve-api-definition.dat ${LIB_DIR}/pve-api-definition.dat
        install -D -m 0755 pveclient ${DESTDIR}/usr/bin/pveclient
        install -D -m 0644 pveclient.bash-completion ${BASHCOMPLDIR}/pveclient
 
 
-pve-api-definition.js:
-       ./extractapi.pl > pve-api-definition.js.tmp
-       mv pve-api-definition.js.tmp pve-api-definition.js
+pve-api-definition.dat:
+       ./extractapi.pl > pve-api-definition.dat.tmp
+       mv pve-api-definition.dat.tmp pve-api-definition.dat
 
 #.PHONY: upload
 #upload: ${DEB}