diff mbox series

[v2,3/3] build: run doxygen-doc during make distcheck

Message ID 1509649207-9559-4-git-send-email-odpbot@yandex.ru
State Superseded
Headers show
Series [v2,1/3] configure: don't try building driver api guide | expand

Commit Message

Github ODP bot Nov. 2, 2017, 7 p.m. UTC
From: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>


Check that distribution has all files necessary to build doxygen
documentation.

Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>

---
/** Email created from pull request 270 (lumag:fix-doxygen)
 ** https://github.com/Linaro/odp/pull/270
 ** Patch: https://github.com/Linaro/odp/pull/270.patch
 ** Base sha: 5e840b83992bba2f64750bb3a4599478d6ea9260
 ** Merge commit sha: 1a759014217a0fa241bf7f842ce7f3ebcdb86878
 **/
 Makefile.am | 6 ++++++
 1 file changed, 6 insertions(+)
diff mbox series

Patch

diff --git a/Makefile.am b/Makefile.am
index e6edb7e14..dab8ca8c6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,3 +21,9 @@  SUBDIRS = \
 @DX_RULES@
 
 EXTRA_DIST = bootstrap CHANGELOG config/README
+
+distcheck-hook:
+	if test -n "$(DX_CLEANFILES)" ; \
+	then \
+		$(MAKE) doxygen-doc ; \
+	fi