From 620568e72aba001897de1b0e41fbf6b57dbe3985 Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Thu, 23 Sep 2021 14:22:48 +0200 Subject: [PATCH] [#2050] Makefile.am now covers new examples --- doc/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/Makefile.am b/doc/Makefile.am index 03f492b52e..52be1809d2 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -78,6 +78,12 @@ nobase_dist_doc_DATA += examples/netconf/comments.json nobase_dist_doc_DATA += examples/netconf/simple-dhcp4.json nobase_dist_doc_DATA += examples/netconf/simple-dhcp6.json +nobase_dist_doc_DATA += examples/template-power-user-home/info.md +nobase_dist_doc_DATA += examples/template-power-user-home/kea-ca-1.conf +nobase_dist_doc_DATA += examples/template-power-user-home/kea-ca-2.conf +nobase_dist_doc_DATA += examples/template-power-user-home/kea-dhcp4-1.conf +nobase_dist_doc_DATA += examples/template-power-user-home/kea-dhcp4-2.conf + # If there's any new parameter added for any grammar in one of the daemons, someone should go through # this procedure: # -- 2.47.2