From 441ae628529a066f93a53b5377d96ed7bea42c51 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 27 Jul 2018 10:41:49 +0200 Subject: [PATCH] Makefile GEN_SCRIPTS: add gen-output-format-opts.pl --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 551399c..2f32bc9 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,8 @@ GEN_SCRIPTS= \ gen-pve-firewall-host-opts.pl \ gen-pve-firewall-macros-adoc.pl \ gen-pve-firewall-rules-opts.pl \ - gen-pve-firewall-vm-opts.pl + gen-pve-firewall-vm-opts.pl \ + gen-output-format-opts.pl API_VIEWER_SOURCES= \ api-viewer/index.html \