Merge branch 'ct/autoconf-htmldir'

The autoconf subsystem passed --mandir down to generated
config.mak.autogen but forgot to do the same for --htmldir.

* ct/autoconf-htmldir:
  Honor configure's htmldir switch
maint
Junio C Hamano 2013-02-08 15:28:37 -08:00
commit 1d321b5ab3
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ template_dir = @datadir@/git-core/templates
sysconfdir = @sysconfdir@

mandir = @mandir@
htmldir = @htmldir@

srcdir = @srcdir@
VPATH = @srcdir@