Re: [Patch 1/1] Wire html for all files in ./technical and ./howto in Makefile

2012-11-12 Thread Junio C Hamano
Jeff King writes: > On Mon, Nov 12, 2012 at 09:45:31AM -0800, Junio C Hamano wrote: > >> Jeff King writes: >> >> > On Mon, Oct 29, 2012 at 07:33:47PM +0100, Thomas Ackermann wrote: >> > >> >> This patch addresses Junios comment in WC: >> >> "Misapplication of a patch fixed; the ones near the ti

Re: [Patch 1/1] Wire html for all files in ./technical and ./howto in Makefile

2012-11-12 Thread Jeff King
On Mon, Nov 12, 2012 at 09:45:31AM -0800, Junio C Hamano wrote: > Jeff King writes: > > > On Mon, Oct 29, 2012 at 07:33:47PM +0100, Thomas Ackermann wrote: > > > >> This patch addresses Junios comment in WC: > >> "Misapplication of a patch fixed; the ones near the tip needs to > >> update the l

Re: [Patch 1/1] Wire html for all files in ./technical and ./howto in Makefile

2012-11-12 Thread Junio C Hamano
Jeff King writes: > On Mon, Oct 29, 2012 at 07:33:47PM +0100, Thomas Ackermann wrote: > >> This patch addresses Junios comment in WC: >> "Misapplication of a patch fixed; the ones near the tip needs to >> update the links to point at the html files, though." >> >> See older mail in this thread:

Re: Re: [Patch 1/1] Wire html for all files in ./technical and ./howto in Makefile

2012-10-29 Thread Jeff King
On Mon, Oct 29, 2012 at 07:33:47PM +0100, Thomas Ackermann wrote: > This patch addresses Junios comment in WC: > "Misapplication of a patch fixed; the ones near the tip needs to > update the links to point at the html files, though." > > See older mail in this thread: > [...] > That means that f

Aw: Re: [Patch 1/1] Wire html for all files in ./technical and ./howto in Makefile

2012-10-29 Thread Thomas Ackermann
iles from them. Thanks. --- So IMHO no open issues with this patch. - Original Nachricht Von: Jeff King An: Thomas Ackermann Datum: 25.10.2012 11:42 Betreff: Re: [Patch 1/1] Wire html for all files in ./technical and ./howto in Makefile > On Tue, Oct 23, 2012 at 07:58:04

Re: [Patch 1/1] Wire html for all files in ./technical and ./howto in Makefile

2012-10-25 Thread Jeff King
On Tue, Oct 23, 2012 at 07:58:04PM +0200, Thomas Ackermann wrote: > - target "html" creates html for all files in Documentation/howto and > Documentation/technical Thanks. > +TECH_DOCS = technical/index-format > +TECH_DOCS += technical/pack-format > +TECH_DOCS += technical/pack-heuristics > +TEC

[Patch 1/1] Wire html for all files in ./technical and ./howto in Makefile

2012-10-23 Thread Thomas Ackermann
- target "html" creates html for all files in Documentation/howto and Documentation/technical Signed-off-by: Thomas Ackermann --- Documentation/Makefile | 26 -- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/Documentation/Makefile b/Documentation/Makefi