Re: [PATCH] Honor configure's htmldir switch

2013-02-02 Thread Junio C Hamano
Christoph Thompson writes: [administrivia: why do you keep dropping git@vger from Cc???] > I was under the impression that configure passed on the value of it's > --htmldir switch by doing > some substitution work like the following : > > sed 's|@htmldir@|$(htmldir)|g' config.mak.in > config.mak

Re: [PATCH] Honor configure's htmldir switch

2013-02-02 Thread Junio C Hamano
Christoph Thompson writes: > Will the --htmldir switch still work by exporting mandir and htmldir from > the Makefile instead of > config.mak.in ? It should not make a difference where you export them from. Lets see... -- cut here -- >8 -- cut here -- $ cat >Makefile <<\EOF # The default targ

Re: [PATCH] Honor configure's htmldir switch

2013-02-02 Thread Junio C Hamano
"Christoph J. Thompson" writes: > Honor autoconf's --htmldir switch. This allows relocating HTML docs > straight from the configure script. > > > Signed-off-by: Christoph J. Thompson > --- > config.mak.in | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/config.mak.in b/config.mak.in >

[PATCH] Honor configure's htmldir switch

2013-02-02 Thread Christoph J. Thompson
Honor autoconf's --htmldir switch. This allows relocating HTML docs straight from the configure script. Signed-off-by: Christoph J. Thompson --- config.mak.in | 1 + 1 file changed, 1 insertion(+) diff --git a/config.mak.in b/config.mak.in index e8a9bb4..d7c49cd 100644 --- a/config.mak.in +++