From: Thomas Lamprecht Date: Thu, 13 Sep 2018 07:40:55 +0000 (+0200) Subject: buildsys: allow missing pve-doc-generator.mk on build/clean X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=fd880d44c7d3876add7acd659641668bfa09c71b;p=pve-docs.git buildsys: allow missing pve-doc-generator.mk on build/clean Avoids the following warning when running initial building or running make clean (initially, or twice): > Makefile:38: pve-doc-generator.mk: No such file or directory As we can do without this, simply tell make to ignore it if missing. Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index 000e762..bbbdc32 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ pve-doc-generator.mk: .pve-doc-depends pve-doc-generator.mk.in cat pve-doc-generator.mk.in .pve-doc-depends > $@.tmp mv $@.tmp $@ -include ./pve-doc-generator.mk +-include ./pve-doc-generator.mk GEN_DEB_SOURCES= \ pve-doc-generator.mk \