mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01: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:
@@ -19,6 +19,7 @@ template_dir = @datadir@/git-core/templates
|
||||
sysconfdir = @sysconfdir@
|
||||
|
||||
mandir = @mandir@
|
||||
htmldir = @htmldir@
|
||||
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
Reference in New Issue
Block a user