mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-05-03 01:06:54 +00:00
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 <t.lamprecht@proxmox.com>
This commit is contained in:
parent
91ef956f9f
commit
fd880d44c7
2
Makefile
2
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
|
cat pve-doc-generator.mk.in .pve-doc-depends > $@.tmp
|
||||||
mv $@.tmp $@
|
mv $@.tmp $@
|
||||||
|
|
||||||
include ./pve-doc-generator.mk
|
-include ./pve-doc-generator.mk
|
||||||
|
|
||||||
GEN_DEB_SOURCES= \
|
GEN_DEB_SOURCES= \
|
||||||
pve-doc-generator.mk \
|
pve-doc-generator.mk \
|
||||||
|
Loading…
Reference in New Issue
Block a user