add 'gen-qm-cloud-init-opts.pl' to doc-gen

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 <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2018-03-20 14:06:46 +01:00 committed by Dietmar Maurer
parent bde0e57d53
commit 8eb81ff6c3

View File

@ -52,6 +52,7 @@ GEN_SCRIPTS= \
gen-pct-network-opts.pl \ gen-pct-network-opts.pl \
gen-pct-mountpoint-opts.pl \ gen-pct-mountpoint-opts.pl \
gen-qm.conf.5-opts.pl \ gen-qm.conf.5-opts.pl \
gen-qm-cloud-init-opts.pl \
gen-vzdump.conf.5-opts.pl \ gen-vzdump.conf.5-opts.pl \
gen-pve-firewall-cluster-opts.pl \ gen-pve-firewall-cluster-opts.pl \
gen-pve-firewall-host-opts.pl \ gen-pve-firewall-host-opts.pl \