From: Dietmar Maurer Date: Fri, 14 Oct 2011 12:04:10 +0000 (+0200) Subject: include vzdump and pvectl manual pages X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=d91b68dccc296f475b2c6d7225301f0b8410db73;p=pve2-api-doc.git include vzdump and pvectl manual pages --- diff --git a/Makefile b/Makefile index 89ce226..487824f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ RELEASE=2.0 VERSION=2.0 -PKGREL=4 +PKGREL=7 PACKAGE=pve2-api-doc diff --git a/data/Makefile b/data/Makefile index 8a2f194..69b2a3b 100644 --- a/data/Makefile +++ b/data/Makefile @@ -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} diff --git a/debian/control b/debian/control index c46d42e..b569c64 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: pve2-api-doc Section: doc Priority: extra Maintainer: Proxmox Support Team -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