diff options
author | Michal Nowikowski <godfryd@isc.org> | 2019-05-27 22:53:51 +0200 |
---|---|---|
committer | Michal Nowikowski <godfryd@isc.org> | 2019-05-27 22:53:51 +0200 |
commit | a2d6442aa012f6695383a200971d22e82fa0f550 (patch) | |
tree | fad675dfdd73a7da8899dc5b2877fc04e7e3a9ca /doc/Makefile.am | |
parent | [master] Revert "[#584,!338] Only install YANG and netconf files with --with-... (diff) | |
download | kea-a2d6442aa012f6695383a200971d22e82fa0f550.tar.xz kea-a2d6442aa012f6695383a200971d22e82fa0f550.zip |
Revert "[master] Revert "[#584,!338] Only install YANG and netconf files with --with-sysrepo""
This reverts commit fa96b8d337ef376653e1fd2fc00074f10a4ac827.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index c8d604fbcb..32f33a690a 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -68,9 +68,7 @@ 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/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 +if HAVE_SYSREPO 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 @@ -80,6 +78,7 @@ 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/simple-dhcp4.json nobase_dist_doc_DATA += examples/netconf/simple-dhcp6.json +endif # 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 |