[pve-devel] [PATCH docs] add 'gen-qm-cloud-init-opts.pl' to doc-gen

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Mar 20 14:06:46 CET 2018


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 at proxmox.com>
---
 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





More information about the pve-devel mailing list