summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2018-11-28 22:54:14 +0100
committerFrancis Dupont <fdupont@isc.org>2018-11-28 23:03:37 +0100
commit994a826caf3c1a9f5f84d8b703a3b202120e91b6 (patch)
tree33eb21c0a803678f0c139ae7b2d744604b72d502 /doc/Makefile.am
parent[#195,!131] Applied changes to the NETCONF step by step. (diff)
downloadkea-994a826caf3c1a9f5f84d8b703a3b202120e91b6.tar.xz
kea-994a826caf3c1a9f5f84d8b703a3b202120e91b6.zip
[195-document-sample-netconf-operation] Moved operation examples in kea-dhcp6-operations subdir
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am16
1 files changed, 9 insertions, 7 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 0656ad7f12..41aa95a0e9 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -62,16 +62,18 @@ nobase_dist_doc_DATA += examples/kea6/simple.json
nobase_dist_doc_DATA += examples/kea6/softwire46.json
nobase_dist_doc_DATA += examples/kea6/stateless.json
nobase_dist_doc_DATA += examples/kea6/with-ddns.json
-nobase_dist_doc_DATA += examples/netconf/BAD-config.xml
-nobase_dist_doc_DATA += examples/netconf/BAD-schema.xml
-nobase_dist_doc_DATA += examples/netconf/BAD-translator.xml
+nobase_dist_doc_DATA += examples/netconf/kea-dhcp6-operations/BAD-config.xml
+nobase_dist_doc_DATA += examples/netconf/kea-dhcp6-operations/BAD-schema.xml
+nobase_dist_doc_DATA += examples/netconf/kea-dhcp6-operations/BAD-translator.xml
+nobase_dist_doc_DATA += examples/netconf/kea-dhcp6-operations/boot.json
+nobase_dist_doc_DATA += examples/netconf/kea-dhcp6-operations/logging.xml
+nobase_dist_doc_DATA += examples/netconf/kea-dhcp6-operations/netconf.json
+nobase_dist_doc_DATA += examples/netconf/kea-dhcp6-operations/startup.xml
+nobase_dist_doc_DATA += examples/netconf/kea-dhcp6-operations/twopools.xml
+nobase_dist_doc_DATA += examples/netconf/kea-dhcp6-operations/twosubnets.xml
nobase_dist_doc_DATA += examples/netconf/comments.json
-nobase_dist_doc_DATA += examples/netconf/logging.xml
nobase_dist_doc_DATA += examples/netconf/simple-dhcp4.json
nobase_dist_doc_DATA += examples/netconf/simple.json
-nobase_dist_doc_DATA += examples/netconf/startup.xml
-nobase_dist_doc_DATA += examples/netconf/twopools.xml
-nobase_dist_doc_DATA += examples/netconf/twosubnets.xml
# These are files that document our APIs. They're not really needed as the
# content is included in the api.xml, but may be useful for people who