diff options
author | Stephen Morris <stephen@isc.org> | 2020-02-18 11:32:50 +0100 |
---|---|---|
committer | Stephen Morris <stephen@isc.org> | 2020-02-26 12:58:32 +0100 |
commit | e86c0e2fa23cf9fbfff3aa708c69e1dda8a356ce (patch) | |
tree | a9bed2d0ccef06651aae680fc4cc47353b5f0f30 | |
parent | [#1103] Remove sample fuzz packets (diff) | |
download | kea-e86c0e2fa23cf9fbfff3aa708c69e1dda8a356ce.tar.xz kea-e86c0e2fa23cf9fbfff3aa708c69e1dda8a356ce.zip |
[#1103] Ensure fuzz.dox is included in tarball
This developer documentation was inadvertently omitted from the
distribution tarball.
-rw-r--r-- | doc/devel/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/devel/Makefile.am b/doc/devel/Makefile.am index 2fa11f4a40..62ff245492 100644 --- a/doc/devel/Makefile.am +++ b/doc/devel/Makefile.am @@ -2,12 +2,13 @@ EXTRA_DIST = EXTRA_DIST += Doxyfile Doxyfile-xml EXTRA_DIST += bison.dox EXTRA_DIST += config-backend.dox +EXTRA_DIST += congestion-handling.dox EXTRA_DIST += contribute.dox +EXTRA_DIST += doc.dox +EXTRA_DIST += fuzz.dox EXTRA_DIST += mainpage.dox EXTRA_DIST += terminology.dox EXTRA_DIST += unit-tests.dox -EXTRA_DIST += doc.dox -EXTRA_DIST += congestion-handling.dox all: # do nothing, used only by developers manually |