]> git.proxmox.com Git - pve2-api-doc.git/commitdiff
update to pve-manager 4.0-20
authorDietmar Maurer <dietmar@proxmox.com>
Sat, 27 Jun 2015 14:42:19 +0000 (16:42 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 27 Jun 2015 14:42:19 +0000 (16:42 +0200)
include several new manual pages

Makefile
data/Makefile
debian/changelog
debian/control

index 097858340fd126c5625847072139c4ee37004afc..f68aabc36e598cc10adbbbe0b2798405ffb030b7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-RELEASE=3.2
+RELEASE=4.0
 
-VERSION=3.2
+VERSION=4.0
 PKGREL=1
 
 PACKAGE=pve2-api-doc
index 3455d3a0883e12661d5c84835e37658d0179eb10..37cc908cd3bab68710ebccb7bbde2fbd4ac217e5 100644 (file)
@@ -9,13 +9,20 @@ MANPAGES=                     \
        datacenter.cfg.5.html   \
        vm.conf.5.html          \
        vzdump.1.html           \
-       pvectl.1.html
+       pve-firewall.1.html     \
+       pve-ha-lrm.1.html       \
+       pve-ha-crm.1.html       \
+       ha-manager.1.html       \
+       pct.1.html
 
 PVECLUSTERPODDIR=/usr/share/doc/pve-cluster/pod
 PVEMANAGERPODDIR=/usr/share/doc/pve-manager/pod
 QEMUSERVERPODDIR=/usr/share/doc/qemu-server/pod
+PVECONTAINERPODDIR=/usr/share/doc/pve-container/pod
 PVESTORAGEPODDIR=/usr/share/doc/libpve-storage-perl/pod
 PVEACCESSPODDIR=/usr/share/doc/libpve-access-control/pod
+PVEFIREWALLPODDIR=/usr/share/doc/pve-firewall/pod
+PVEHAMANAGERPODDIR=/usr/share/doc/pve-ha-manager/pod
 
 all: ${MANPAGES} apidoc.js
 
@@ -39,6 +46,21 @@ datacenter.cfg.5.html: ${PVECLUSTERPODDIR}/datacenter.cfg.5.pod
 qm.1.html: ${QEMUSERVERPODDIR}/qm.1.pod
        cat $<|pod2html --noindex > $@
 
+pct.1.html: ${PVECONTAINERPODDIR}/pct.1.pod.gz
+       zcat $<|pod2html --noindex > $@
+
+pve-firewall.1.html: ${PVEFIREWALLPODDIR}/pve-firewall.1.pod
+       cat $<|pod2html --noindex > $@
+
+pve-ha-lrm.1.html: ${PVEHAMANAGERPODDIR}/pve-ha-lrm.1.pod
+       cat $<|pod2html --noindex > $@
+
+pve-ha-crm.1.html: ${PVEHAMANAGERPODDIR}/pve-ha-crm.1.pod
+       cat $<|pod2html --noindex > $@
+
+ha-manager.1.html: ${PVEHAMANAGERPODDIR}/ha-manager.1.pod.gz   
+       zcat $<|pod2html --noindex > $@
+
 pvesm.1.html: ${PVESTORAGEPODDIR}/pvesm.1.pod
        cat $<|pod2html --noindex > $@
 
index 7b84f46452f5e01d47ae25bd3d1340a15c721cea..aa5a98e357fb3f934c7e2570bb26afcb497c283b 100644 (file)
@@ -1,3 +1,9 @@
+pve2-api-doc (4.0-1) unstable; urgency=medium
+
+  * update to pve-manager 4.0-20
+
+ -- Proxmox Support Team <support@proxmox.com>  Sat, 27 Jun 2015 16:07:08 +0200
+
 pve2-api-doc (3.2-1) unstable; urgency=low
 
   * update to pve-manager 3.2-1
index ad9523fa08f373e1c9c4caab42f52f21fa09b08f..9d414a79f9246efabe453973762f0173683e69af 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 (= 3.2-1)
+Build-Depends: debhelper (>= 7.0.50~), pve-manager (= 4.0-20)
 Standards-Version: 3.8.4
 
 Package: pve2-api-doc