make[2]: Entering directory '/media/data/src/tmp/opendataplane-1.4.1.0.git45.g79c0b7e/doc/implementers-guide' make[2]: *** No rule to make target 'implementers-guide.adoc', needed by '../../doc/output/implementers-guide.html'. Stop. make[2]: Leaving directory '/media/data/src/tmp/opendataplane-1.4.1.0.git45.g79c0b7e/doc/implementers-guide' Makefile:404: recipe for target 'check-recursive' failed make[1]: *** [check-recursive] Error 1
Signed-off-by: Anders Roxell <[email protected]> --- doc/implementers-guide/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/implementers-guide/Makefile.am b/doc/implementers-guide/Makefile.am index f973823..d653968 100644 --- a/doc/implementers-guide/Makefile.am +++ b/doc/implementers-guide/Makefile.am @@ -1,5 +1,7 @@ TARGET = $(top_srcdir)/doc/output/implementers-guide.html +EXTRA_DIST = implementers-guide.adoc + all-local: $(TARGET) $(TARGET): implementers-guide.adoc -- 2.1.4 _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
