diff mbox series

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

Message ID 1498694405-16518-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 29, 2017, midnight 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: 9b78da8e2373ab0530cfbbd72b2229059b57ddf1
 ** Merge commit sha: beb74541650c77e8682b58cfcdb8424e62c5b053
 **/
 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???