"Christoph J. Thompson" <cjsthompson@xxxxxxxxx> writes: > Honor autoconf's --htmldir switch. This allows relocating HTML docs > straight from the configure script. > > > Signed-off-by: Christoph J. Thompson <cjsthompson@xxxxxxxxx> > --- > 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 > +++ b/config.mak.in > @@ -19,6 +19,7 @@ template_dir = @datadir@/git-core/templates > sysconfdir = @sysconfdir@ > > mandir = @mandir@ > +htmldir = @htmldir@ > > srcdir = @srcdir@ > VPATH = @srcdir@ Hmph, in the output of "git grep -e mandir config.mak.in", I see export exec_prefix mandir which makes me wonder if we should either export htmldir as well, or drop mandir from the "export". Off-hand, I am not sure which is the right way, but in either case the inconsistency disturbs me. Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html