From 8eb81ff6c390baf35787f43bcfc703d75bb786e6 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 20 Mar 2018 14:06:46 +0100 Subject: [PATCH] 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 --- 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 \