[pve-devel] [PATCH manager 3/5] build: set PERL_DOC_INC_DIRS
Fabian Grünbichler
f.gruenbichler at proxmox.com
Wed Oct 17 13:02:03 CEST 2018
this allows correct builds without pve-manager installed, with a clean
fall-back to the old behaviour in case pve-doc-generator is too old.
Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
bin/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bin/Makefile b/bin/Makefile
index 9f490643..2b56e5cf 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -2,6 +2,8 @@ include ../defines.mk
# this requires package pve-doc-generator
export NOVIEW=1
+
+PERL_DOC_INC_DIRS=..
include /usr/share/pve-doc-generator/pve-doc-generator.mk
SERVICES = pvestatd pveproxy pvedaemon spiceproxy
--
2.19.1
More information about the pve-devel
mailing list