X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=data%2FMakefile;fp=data%2FMakefile;h=7ef1e0367f0d2b48bfe206a4ab388bf6638d73bf;hb=5985f5d480459d27b2d95121bb44e0d3f147e4c7;hp=656a34f2b4f0c64924254281537df4171f4e7b8f;hpb=23dc54986a72039f70aded974cc8a54595dca0d1;p=pve2-api-doc.git diff --git a/data/Makefile b/data/Makefile index 656a34f..7ef1e03 100644 --- a/data/Makefile +++ b/data/Makefile @@ -37,8 +37,8 @@ apidoc.js: ${JSSRC} dab.1.html: ${DABPODDIR}/dab.1.pod cat $<|pod2html --noindex > $@ -pvecm.1.html: ${PVECLUSTERPODDIR}/pvecm.1.pod - cat $<|pod2html --noindex > $@ +pvecm.1.html: ${PVECLUSTERPODDIR}/pvecm.1.pod.gz + zcat $<|pod2html --noindex > $@ pveum.1.html: ${PVEACCESSPODDIR}/pveum.1.pod cat $<|pod2html --noindex > $@