From: Stephen Morris Date: Tue, 18 Feb 2020 10:32:50 +0000 (+0000) Subject: [#1103] Ensure fuzz.dox is included in tarball X-Git-Tag: Kea-1.7.6~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e86c0e2fa23cf9fbfff3aa708c69e1dda8a356ce;p=thirdparty%2Fkea.git [#1103] Ensure fuzz.dox is included in tarball This developer documentation was inadvertently omitted from the distribution tarball. --- 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