diff mbox series

[v1,7/7] build: enable user guides during distcheck

Message ID 1498651220-13948-8-git-send-email-odpbot@yandex.ru
State Superseded
Headers show
Series [v1,1/7] doc: add IMAGES_DIR instead of specifying full path to images | expand

Commit Message

Github ODP bot June 28, 2017, noon UTC
From: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>


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

---
/** Email created from pull request 61 (lumag:docs-fix)
 ** https://github.com/Linaro/odp/pull/61
 ** Patch: https://github.com/Linaro/odp/pull/61.patch
 ** Base sha: c6a309f00f882fabe70fa535ebe8b765f6e9bd11
 ** Merge commit sha: ab4e27ee16b8da05ab2d4d61c58f41235cfddbcf
 **/
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/Makefile.am b/Makefile.am
index fff1276a..76ceb851 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,6 +6,7 @@  AM_DISTCHECK_CONFIGURE_FLAGS = --enable-test-cpp	\
 			       --enable-test-perf	\
 			       --enable-test-perf-proc	\
 			       --enable-test-vald	\
+			       --enable-user-guides	\
 			       --with-testdir
 
 #@with_platform@ works alone in subdir but not as part of a path???