diff mbox series

[v3,1/2] doc: fix installation of implementers-guide

Message ID 1498492813-19747-2-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [v3,1/2] doc: fix installation of implementers-guide | expand

Commit Message

Github ODP bot June 26, 2017, 4 p.m. UTC
From: Maxim Uvarov <maxim.uvarov@linaro.org>


fix instaltion of implementers-guide for out-of-tree
build.

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

---
/** Email created from pull request 58 (muvarov:travis_out_of_tree)
 ** https://github.com/Linaro/odp/pull/58
 ** Patch: https://github.com/Linaro/odp/pull/58.patch
 ** Base sha: 497c339f94e35d5fadeff539cebfbf44d698dc7e
 ** Merge commit sha: 9c5a625c4c6b7a582f6b3f847b522a739d894e1d
 **/
 doc/implementers-guide/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/doc/implementers-guide/Makefile.am b/doc/implementers-guide/Makefile.am
index 4bdb970e..d2d59ae6 100644
--- a/doc/implementers-guide/Makefile.am
+++ b/doc/implementers-guide/Makefile.am
@@ -5,7 +5,7 @@  TARGET = implementers-guide.html
 
 EXTRA_DIST = $(SRC)
 
-doc_DATA = $(TARGET)
+doc_DATA = $(top_srcdir)/doc/implementers-guide/$(TARGET)
 $(TARGET): $(SRC)
 
 clean-local: