diff mbox series

[API-NEXT,v2,5/6] build: run doxygen-doc during make distcheck

Message ID 1509703209-5390-6-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [API-NEXT,v2,1/6] drv: doc, linux-gen, include: drop incomplete drv interface | expand

Commit Message

Github ODP bot Nov. 3, 2017, 10 a.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>

Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org>

Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>

---
/** Email created from pull request 272 (muvarov:api-next_removedrv)
 ** https://github.com/Linaro/odp/pull/272
 ** Patch: https://github.com/Linaro/odp/pull/272.patch
 ** Base sha: d22c949cc466bf28de559855a1cb525740578137
 ** Merge commit sha: 0c1789481c8b7bca6dd96983992505b5132be3ab
 **/
 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