2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[#1103] Ensure fuzz.dox is included in tarball

This developer documentation was inadvertently omitted from the
distribution tarball.
This commit is contained in:
Stephen Morris
2020-02-18 10:32:50 +00:00
parent bf58016908
commit e86c0e2fa2

View File

@@ -2,12 +2,13 @@ EXTRA_DIST =
EXTRA_DIST += Doxyfile Doxyfile-xml EXTRA_DIST += Doxyfile Doxyfile-xml
EXTRA_DIST += bison.dox EXTRA_DIST += bison.dox
EXTRA_DIST += config-backend.dox EXTRA_DIST += config-backend.dox
EXTRA_DIST += congestion-handling.dox
EXTRA_DIST += contribute.dox EXTRA_DIST += contribute.dox
EXTRA_DIST += doc.dox
EXTRA_DIST += fuzz.dox
EXTRA_DIST += mainpage.dox EXTRA_DIST += mainpage.dox
EXTRA_DIST += terminology.dox EXTRA_DIST += terminology.dox
EXTRA_DIST += unit-tests.dox EXTRA_DIST += unit-tests.dox
EXTRA_DIST += doc.dox
EXTRA_DIST += congestion-handling.dox
all: # do nothing, used only by developers manually all: # do nothing, used only by developers manually