Shouldn't these be tagged --subject-prefix="NEXT PATCH" to make it clear which branch it's intended for? Other than that, looks fine.
On Fri, Nov 6, 2015 at 9:46 AM, Mike Holmes <[email protected]> wrote: > Signed-off-by: Mike Holmes <[email protected]> > Reviewed-and-tested-by: Bill Fischofer <[email protected]> > --- doc/implementers-guide/Makefile.am | 2 +- > doc/users-guide/Makefile.am | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/doc/implementers-guide/Makefile.am > b/doc/implementers-guide/Makefile.am > index 25437d3..f973823 100644 > --- a/doc/implementers-guide/Makefile.am > +++ b/doc/implementers-guide/Makefile.am > @@ -4,7 +4,7 @@ all-local: $(TARGET) > > $(TARGET): implementers-guide.adoc > @mkdir -p $(top_srcdir)/doc/output > - asciidoc --out-file=$@ $< > + asciidoc -b html5 -a icons -a toc2 -a max-width=55em > --out-file=$@ $< > > clean-local: > rm -f $(TARGET) > diff --git a/doc/users-guide/Makefile.am b/doc/users-guide/Makefile.am > index 312358d..3a804d1 100644 > --- a/doc/users-guide/Makefile.am > +++ b/doc/users-guide/Makefile.am > @@ -4,7 +4,7 @@ all-local: $(TARGET) > > $(TARGET): users-guide.adoc > @mkdir -p $(top_srcdir)/doc/output > - asciidoc --out-file=$@ $< > + asciidoc -b html5 -a icons -a toc2 -a max-width=55em > --out-file=$@ $< > > clean-local: > rm -f $(TARGET) > -- > 2.5.0 > > _______________________________________________ > lng-odp mailing list > [email protected] > https://lists.linaro.org/mailman/listinfo/lng-odp >
_______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
