]> git.proxmox.com Git - pve-docs.git/commitdiff
add 'gen-qm-cloud-init-opts.pl' to doc-gen
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 20 Mar 2018 13:06:46 +0000 (14:06 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 20 Mar 2018 13:09:24 +0000 (14:09 +0100)
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>
Makefile

index 8b88b4ae6321296065d981b7f3318f33c063a640..998455934248f0e15fbeb15077214c1b69b920e3 100644 (file)
--- 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           \