Message ID | 1459362889-31131-2-git-send-email-mike.holmes@linaro.org |
---|---|
State | Accepted |
Commit | 22f4c7b8206b505fcfb14b23b77406e13a4f4186 |
Headers | show |
On 2016-03-30 14:34, Mike Holmes wrote: > Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Reviewed-by: Christophe Milard <christophe.milard@linaro.org> > --- > doc/implementers-guide/Makefile.am | 1 + > doc/process-guide/Makefile.am | 2 ++ > doc/users-guide/Makefile.am | 1 + > 3 files changed, 4 insertions(+) > > diff --git a/doc/implementers-guide/Makefile.am b/doc/implementers-guide/Makefile.am > index ec9f924..4bdb970 100644 > --- a/doc/implementers-guide/Makefile.am > +++ b/doc/implementers-guide/Makefile.am > @@ -5,6 +5,7 @@ TARGET = implementers-guide.html > > EXTRA_DIST = $(SRC) > > +doc_DATA = $(TARGET) > $(TARGET): $(SRC) > > clean-local: > diff --git a/doc/process-guide/Makefile.am b/doc/process-guide/Makefile.am > index f9e12d2..196ed7f 100644 > --- a/doc/process-guide/Makefile.am > +++ b/doc/process-guide/Makefile.am > @@ -15,3 +15,5 @@ release-guide.html: $(top_srcdir)/doc/process-guide/release-guide.adoc \ > $(top_srcdir)/doc/images/release_git.svg > > bylaws-guide.html: $(top_srcdir)/doc/process-guide/bylaws-guide.adoc > + > +doc_DATA = bylaws-guide.html release-guide.html > diff --git a/doc/users-guide/Makefile.am b/doc/users-guide/Makefile.am > index 4f9a364..5cc8c7c 100644 > --- a/doc/users-guide/Makefile.am > +++ b/doc/users-guide/Makefile.am > @@ -19,6 +19,7 @@ endif > > EXTRA_DIST = $(SRC) $(IMAGES) > > +doc_DATA = $(TARGET) > $(TARGET): $(SRC) > > clean-local: > -- > 2.5.0 > > _______________________________________________ > lng-odp mailing list > lng-odp@lists.linaro.org > https://lists.linaro.org/mailman/listinfo/lng-odp
Merged, Maxim. On 04/04/16 16:39, Christophe Milard wrote: > On 2016-03-30 14:34, Mike Holmes wrote: >> Signed-off-by: Mike Holmes <mike.holmes@linaro.org> > Reviewed-by: Christophe Milard <christophe.milard@linaro.org> > >> --- >> doc/implementers-guide/Makefile.am | 1 + >> doc/process-guide/Makefile.am | 2 ++ >> doc/users-guide/Makefile.am | 1 + >> 3 files changed, 4 insertions(+) >> >> diff --git a/doc/implementers-guide/Makefile.am b/doc/implementers-guide/Makefile.am >> index ec9f924..4bdb970 100644 >> --- a/doc/implementers-guide/Makefile.am >> +++ b/doc/implementers-guide/Makefile.am >> @@ -5,6 +5,7 @@ TARGET = implementers-guide.html >> >> EXTRA_DIST = $(SRC) >> >> +doc_DATA = $(TARGET) >> $(TARGET): $(SRC) >> >> clean-local: >> diff --git a/doc/process-guide/Makefile.am b/doc/process-guide/Makefile.am >> index f9e12d2..196ed7f 100644 >> --- a/doc/process-guide/Makefile.am >> +++ b/doc/process-guide/Makefile.am >> @@ -15,3 +15,5 @@ release-guide.html: $(top_srcdir)/doc/process-guide/release-guide.adoc \ >> $(top_srcdir)/doc/images/release_git.svg >> >> bylaws-guide.html: $(top_srcdir)/doc/process-guide/bylaws-guide.adoc >> + >> +doc_DATA = bylaws-guide.html release-guide.html >> diff --git a/doc/users-guide/Makefile.am b/doc/users-guide/Makefile.am >> index 4f9a364..5cc8c7c 100644 >> --- a/doc/users-guide/Makefile.am >> +++ b/doc/users-guide/Makefile.am >> @@ -19,6 +19,7 @@ endif >> >> EXTRA_DIST = $(SRC) $(IMAGES) >> >> +doc_DATA = $(TARGET) >> $(TARGET): $(SRC) >> >> clean-local: >> -- >> 2.5.0 >> >> _______________________________________________ >> lng-odp mailing list >> lng-odp@lists.linaro.org >> https://lists.linaro.org/mailman/listinfo/lng-odp > _______________________________________________ > lng-odp mailing list > lng-odp@lists.linaro.org > https://lists.linaro.org/mailman/listinfo/lng-odp
diff --git a/doc/implementers-guide/Makefile.am b/doc/implementers-guide/Makefile.am index ec9f924..4bdb970 100644 --- a/doc/implementers-guide/Makefile.am +++ b/doc/implementers-guide/Makefile.am @@ -5,6 +5,7 @@ TARGET = implementers-guide.html EXTRA_DIST = $(SRC) +doc_DATA = $(TARGET) $(TARGET): $(SRC) clean-local: diff --git a/doc/process-guide/Makefile.am b/doc/process-guide/Makefile.am index f9e12d2..196ed7f 100644 --- a/doc/process-guide/Makefile.am +++ b/doc/process-guide/Makefile.am @@ -15,3 +15,5 @@ release-guide.html: $(top_srcdir)/doc/process-guide/release-guide.adoc \ $(top_srcdir)/doc/images/release_git.svg bylaws-guide.html: $(top_srcdir)/doc/process-guide/bylaws-guide.adoc + +doc_DATA = bylaws-guide.html release-guide.html diff --git a/doc/users-guide/Makefile.am b/doc/users-guide/Makefile.am index 4f9a364..5cc8c7c 100644 --- a/doc/users-guide/Makefile.am +++ b/doc/users-guide/Makefile.am @@ -19,6 +19,7 @@ endif EXTRA_DIST = $(SRC) $(IMAGES) +doc_DATA = $(TARGET) $(TARGET): $(SRC) clean-local:
Signed-off-by: Mike Holmes <mike.holmes@linaro.org> --- doc/implementers-guide/Makefile.am | 1 + doc/process-guide/Makefile.am | 2 ++ doc/users-guide/Makefile.am | 1 + 3 files changed, 4 insertions(+)