]> git.proxmox.com Git - pve2-api-doc.git/commitdiff
include vzdump and pvectl manual pages
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 14 Oct 2011 12:04:10 +0000 (14:04 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 14 Oct 2011 12:04:10 +0000 (14:04 +0200)
Makefile
data/Makefile
debian/control

index 89ce2266ddc2a50fe5219a2c948b98ecd4de70dd..487824fe5cb95819a411969929c775d921ed4db4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 RELEASE=2.0
 
 VERSION=2.0
-PKGREL=4
+PKGREL=7
 
 PACKAGE=pve2-api-doc
 
index 8a2f194b44a3bf9cd3fb579a7620aa89946136c1..69b2a3b7f2d88cf43572545232e6bbd73b9469e3 100644 (file)
@@ -1,7 +1,16 @@
 PREFIX=/usr
 DOCDIR=${PREFIX}/share/pve2-api-doc/
-MANPAGES=pvecm.1.html qm.1.html datacenter.cfg.5.html vm.conf.5.html
+
+MANPAGES=                      \
+       pvecm.1.html            \
+       qm.1.html               \
+       datacenter.cfg.5.html   \
+       vm.conf.5.html          \
+       vzdump.1.html           \
+       pvectl.1.html
+
 PVECLUSTERPODDIR=/usr/share/doc/pve-cluster/pod
+PVEMANAGERPODDIR=/usr/share/doc/pve-manager/pod
 QEMUSERVERPODDIR=/usr/share/doc/qemu-server/pod
 
 all: ${MANPAGES} apidoc.js
@@ -26,6 +35,12 @@ qm.1.html: ${QEMUSERVERPODDIR}/qm.1.pod
 vm.conf.5.html: ${QEMUSERVERPODDIR}/vm.conf.5.pod
        cat $<|pod2html --noindex > $@
 
+vzdump.1.html: ${PVEMANAGERPODDIR}/vzdump.1.pod
+       cat $<|pod2html --noindex > $@
+
+pvectl.1.html: ${PVEMANAGERPODDIR}/pvectl.1.pod
+       cat $<|pod2html --noindex > $@
+
 .PHONY: install
 install: apidoc.js apidoc.html apidata.js ${MANPAGES}
        install -d -m 0755 ${DESTDIR}${DOCDIR}
index c46d42e740d0f5a442c0e9a06c2e074c0848ee8d..b569c646195cad9f2e597a5882e0607f5c73ad23 100644 (file)
@@ -2,7 +2,7 @@ Source: pve2-api-doc
 Section: doc
 Priority: extra
 Maintainer: Proxmox Support Team <support@proxmox.com>
-Build-Depends: debhelper (>= 7.0.50~), pve-manager (= 2.0-4)
+Build-Depends: debhelper (>= 7.0.50~), pve-manager (= 2.0-7)
 Standards-Version: 3.8.4
 
 Package: pve2-api-doc