]> git.proxmox.com Git - pve-docs.git/commit
buildsys: allow missing pve-doc-generator.mk on build/clean
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 13 Sep 2018 07:40:55 +0000 (09:40 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 13 Sep 2018 07:54:12 +0000 (09:54 +0200)
commitfd880d44c7d3876add7acd659641668bfa09c71b
tree267fc560766760d747d075bcb5dab51071b095ac
parent91ef956f9f9a771aeb3ae5a5ca4845485bf63188
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>
Makefile