From: Thomas Lamprecht Date: Wed, 19 Dec 2018 09:31:14 +0000 (+0100) Subject: buildsys: ensure correct PERL include is set for generating the docs X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=19a3a9b10a3a4ad6855fe2f497a3ad1a1a14f6e6;p=pve-cluster.git buildsys: ensure correct PERL include is set for generating the docs Signed-off-by: Thomas Lamprecht --- diff --git a/data/PVE/Makefile b/data/PVE/Makefile index 81da87b..b87a0f8 100644 --- a/data/PVE/Makefile +++ b/data/PVE/Makefile @@ -7,6 +7,8 @@ BASHCOMPLETION=${DESTDIR}/usr/share/bash-completion/completions PERL_VENDORARCH=$(shell perl -MConfig -e 'print $$Config{vendorarch};') PVE_VENDORARCH=${DESTDIR}/${PERL_VENDORARCH}/auto/PVE/IPCC +PERL_DOC_INC_DIRS:=.. + SUBDIRS=Cluster CLI API2 SOURCES=IPCC.pm Cluster.pm Corosync.pm