From: Maxim Uvarov <maxim.uva...@linaro.org> fix instaltion of implementers-guide for out-of-tree build.
Signed-off-by: Maxim Uvarov <maxim.uva...@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 --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: