]> git.proxmox.com Git - pve2-api-doc.git/commitdiff
add pvesm
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 20 Oct 2011 06:27:24 +0000 (08:27 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 20 Oct 2011 06:27:24 +0000 (08:27 +0200)
data/Makefile

index 69b2a3b7f2d88cf43572545232e6bbd73b9469e3..fb569ef198d4170afc5a8d7f22eb8fdeb23923f1 100644 (file)
@@ -4,6 +4,7 @@ DOCDIR=${PREFIX}/share/pve2-api-doc/
 MANPAGES=                      \
        pvecm.1.html            \
        qm.1.html               \
+       pvesm.1.html            \
        datacenter.cfg.5.html   \
        vm.conf.5.html          \
        vzdump.1.html           \
@@ -12,6 +13,7 @@ MANPAGES=                     \
 PVECLUSTERPODDIR=/usr/share/doc/pve-cluster/pod
 PVEMANAGERPODDIR=/usr/share/doc/pve-manager/pod
 QEMUSERVERPODDIR=/usr/share/doc/qemu-server/pod
+PVESTORAGEPODDIR=/usr/share/doc/libpve-storage-perl/pod
 
 all: ${MANPAGES} apidoc.js
 
@@ -32,6 +34,9 @@ datacenter.cfg.5.html: ${PVECLUSTERPODDIR}/datacenter.cfg.5.pod
 qm.1.html: ${QEMUSERVERPODDIR}/qm.1.pod
        cat $<|pod2html --noindex > $@
 
+pvesm.1.html: ${PVESTORAGEPODDIR}/pvesm.1.pod
+       cat $<|pod2html --noindex > $@
+
 vm.conf.5.html: ${QEMUSERVERPODDIR}/vm.conf.5.pod
        cat $<|pod2html --noindex > $@