Re: [PATCH] Documentation/Makefile: Allow custom XMLTO binary

2012-09-19 Thread Junio C Hamano
Dave Borowitz writes: > On Wed, Sep 19, 2012 at 10:59 AM, Junio C Hamano wrote: >> dborow...@google.com writes: >> >>> From: Dave Borowitz >>> >>> Signed-off-by: Dave Borowitz >>> --- >> >> Thanks; the patch sort-of makes sense but makes me wonder what your >> use case is. Do you have xmlto2

Re: [PATCH] Documentation/Makefile: Allow custom XMLTO binary

2012-09-19 Thread Dave Borowitz
On Wed, Sep 19, 2012 at 10:59 AM, Junio C Hamano wrote: > dborow...@google.com writes: > >> From: Dave Borowitz >> >> Signed-off-by: Dave Borowitz >> --- > > Thanks; the patch sort-of makes sense but makes me wonder what your > use case is. Do you have xmlto2 program you want to use in place of

Re: [PATCH] Documentation/Makefile: Allow custom XMLTO binary

2012-09-19 Thread Junio C Hamano
dborow...@google.com writes: > From: Dave Borowitz > > Signed-off-by: Dave Borowitz > --- Thanks; the patch sort-of makes sense but makes me wonder what your use case is. Do you have xmlto2 program you want to use in place of xmlto or you have xmlto but not on your $PATH? > Documentation/Mak

[PATCH] Documentation/Makefile: Allow custom XMLTO binary

2012-09-19 Thread dborowitz
From: Dave Borowitz Signed-off-by: Dave Borowitz --- Documentation/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/Makefile b/Documentation/Makefile index cf5916f..b045628 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -47,6 +47,