diff mbox series

[API-NEXT,v2,3/6] doc: include Doxyfile into EXTRA_DIST

Message ID 1509703209-5390-4-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>


As it is done with the rest of Doxygen docs, include Doxyfile into
EXTRA_DIST of corresponding doc directory. Drop $(DX_CONFIG) from
top-level Makefile.am, as it becomes unused now.

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                           | 2 +-
 doc/application-api-guide/Makefile.am | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/Makefile.am b/Makefile.am
index c28b02291..e6edb7e14 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,4 +20,4 @@  SUBDIRS = \
 
 @DX_RULES@
 
-EXTRA_DIST = bootstrap $(DX_CONFIG) CHANGELOG config/README
+EXTRA_DIST = bootstrap CHANGELOG config/README
diff --git a/doc/application-api-guide/Makefile.am b/doc/application-api-guide/Makefile.am
index 6109e825d..7d9003976 100644
--- a/doc/application-api-guide/Makefile.am
+++ b/doc/application-api-guide/Makefile.am
@@ -1,4 +1,5 @@ 
 EXTRA_DIST = \
+	     Doxyfile \
 	     api_guide_lines.dox \
 	     examples.dox \
 	     odp.dox \