diff options
author | Thomas Markwalder <tmark@isc.org> | 2019-05-27 14:59:57 +0200 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2019-05-27 16:11:56 +0200 |
commit | a5f59bd2d0be099caa1a4369d168e5702cf105f1 (patch) | |
tree | 182cdc810ace639070f97db5f12bbc88ce0b73f2 /doc/Makefile.am | |
parent | [#584,!338] Addressed review comments (diff) | |
download | kea-a5f59bd2d0be099caa1a4369d168e5702cf105f1.tar.xz kea-a5f59bd2d0be099caa1a4369d168e5702cf105f1.zip |
[#584,!338] Addressed review comments - part 2
Restored installation of BAD- neconf config file
examples. The Admin guide contains links to them.
The alternative would be to embed them in some way.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index f076ba65c5..cd8858756a 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -69,11 +69,9 @@ nobase_dist_doc_DATA += examples/kea6/stateless.json nobase_dist_doc_DATA += examples/kea6/with-ddns.json if HAVE_SYSREPO -# BAD configs are for testing only. Do not install them. -#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/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 |