1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-04 06:36:35 +02:00

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
This commit is contained in:
Junio C Hamano 2013-02-08 15:28:37 -08:00
commit 1d321b5ab3

View File

@ -19,6 +19,7 @@ template_dir = @datadir@/git-core/templates
sysconfdir = @sysconfdir@
mandir = @mandir@
htmldir = @htmldir@
srcdir = @srcdir@
VPATH = @srcdir@