The generator script for 'qm-cloud-init-opts.adoc' wasn't included in the pve-doc-generator package. Add it as else qm.1 fails to build in qemu-server:
> make[2]: *** No rule to make target 'qm-cloud-init-opts.adoc', needed by > 'qm.1'. Stop. Signed-off-by: Thomas Lamprecht <[email protected]> --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8b88b4a..9984559 100644 --- a/Makefile +++ b/Makefile @@ -52,6 +52,7 @@ GEN_SCRIPTS= \ gen-pct-network-opts.pl \ gen-pct-mountpoint-opts.pl \ gen-qm.conf.5-opts.pl \ + gen-qm-cloud-init-opts.pl \ gen-vzdump.conf.5-opts.pl \ gen-pve-firewall-cluster-opts.pl \ gen-pve-firewall-host-opts.pl \ -- 2.14.2 _______________________________________________ pve-devel mailing list [email protected] https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
