Re: [PATCH v1 0/3] travis-ci: build docs with asciidoctor

2017-04-18 Thread Lars Schneider
> On 18. Apr 2017, at 12:44, brian m. carlson > wrote: > >> On Tue, Apr 18, 2017 at 10:32:59AM +0200, Lars Schneider wrote: >> >>> On 14. Apr 2017, at 00:41, Junio C Hamano wrote: >>> Having said that, I wonder if we get some interesting results out of >>> building the documentation twice, th

Re: [PATCH v1 0/3] travis-ci: build docs with asciidoctor

2017-04-18 Thread brian m. carlson
On Tue, Apr 18, 2017 at 10:32:59AM +0200, Lars Schneider wrote: > > > On 14. Apr 2017, at 00:41, Junio C Hamano wrote: > > Having said that, I wonder if we get some interesting results out of > > building the documentation twice, though. By looking at the Travis > > log with timestamps, we proba

Re: [PATCH v1 0/3] travis-ci: build docs with asciidoctor

2017-04-18 Thread Lars Schneider
> On 14. Apr 2017, at 00:41, Junio C Hamano wrote: > > Lars Schneider writes: > >> this is a mini series to build the documentation with asciidoctor in >> addition to asciidoc on Travis-CI. > > Overall, this looks sensible. I didn't spot anything questionable > other than a minor style nit,

Re: [PATCH v1 0/3] travis-ci: build docs with asciidoctor

2017-04-13 Thread Junio C Hamano
Lars Schneider writes: > this is a mini series to build the documentation with asciidoctor in > addition to asciidoc on Travis-CI. Overall, this looks sensible. I didn't spot anything questionable other than a minor style nit, i.e. write these make doc USE_ASCIIDOCTOR=1 make -j2 doc US

[PATCH v1 0/3] travis-ci: build docs with asciidoctor

2017-04-11 Thread Lars Schneider
Hi, this is a mini series to build the documentation with asciidoctor in addition to asciidoc on Travis-CI. Cheers, Lars Base Ref: master Web-Diff: https://github.com/larsxschneider/git/commit/88070fccc8 Checkout: git fetch https://github.com/larsxschneider/git travisci/asciidoctor-v1 && git ch