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

2012-11-12 Thread Junio C Hamano
Jeff King p...@peff.net 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: [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 p...@peff.net 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

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

2012-11-12 Thread Junio C Hamano
Jeff King p...@peff.net writes: On Mon, Nov 12, 2012 at 09:45:31AM -0800, Junio C Hamano wrote: Jeff King p...@peff.net 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

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 for the

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 +TECH_DOCS

[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 th.acke...@arcor.de --- Documentation/Makefile | 26 -- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/Documentation/Makefile