From 3b41916bdc30b052d2a42b6f2299516218ccc96d Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Thu, 8 Feb 2018 18:25:58 +0100 Subject: [PATCH] dist: include Doxyfile in the release tarball Doxyfile was missing from release tarballs. Include it. Reported-by: SZ Lin Signed-off-by: Bartosz Golaszewski --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2