diff options
author | Michal Nowikowski <godfryd@isc.org> | 2019-05-27 23:00:39 +0200 |
---|---|---|
committer | Michal Nowikowski <godfryd@isc.org> | 2019-05-27 23:00:39 +0200 |
commit | df0c714a5ccfbef1dd944bba6412d4c1949b5b34 (patch) | |
tree | 92711d0bfcf4dbadab1ee4836e185c7e11d0689b /doc/Makefile.am | |
parent | Revert "[#584,!338] Addressed review comments" (diff) | |
download | kea-df0c714a5ccfbef1dd944bba6412d4c1949b5b34.tar.xz kea-df0c714a5ccfbef1dd944bba6412d4c1949b5b34.zip |
Revert "[#584,!338] Only install YANG and netconf files with --with-sysrepo"
This reverts commit b25b30323b554fb87a9095a03d936b218ba79098.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index cd8858756a..8c98c82405 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -67,8 +67,6 @@ 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 - -if HAVE_SYSREPO 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 @@ -81,7 +79,6 @@ 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 |