From: Bartosz Golaszewski Date: Thu, 8 Feb 2018 17:25:58 +0000 (+0100) Subject: dist: include Doxyfile in the release tarball X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3b41916bdc30b052d2a42b6f2299516218ccc96d;p=qemu-gpiodev%2Flibgpiod.git dist: include Doxyfile in the release tarball Doxyfile was missing from release tarballs. Include it. Reported-by: SZ Lin Signed-off-by: Bartosz Golaszewski --- diff --git a/Makefile.am b/Makefile.am index dfa6d47..9b1d00b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,4 +26,6 @@ doc: @(cat Doxyfile; echo PROJECT_NUMBER = $(VERSION_STR)) | doxygen - .PHONY: doc +EXTRA_DIST = Doxyfile + endif