]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1103] Ensure fuzz.dox is included in tarball
authorStephen Morris <stephen@isc.org>
Tue, 18 Feb 2020 10:32:50 +0000 (10:32 +0000)
committerStephen Morris <stephen@isc.org>
Wed, 26 Feb 2020 11:58:32 +0000 (11:58 +0000)
This developer documentation was inadvertently omitted from the
distribution tarball.

doc/devel/Makefile.am

index 2fa11f4a401a9445a2c3b20ffbc943c8449c414e..62ff245492b210fc1722ec614acab4bf10e69c70 100644 (file)
@@ -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