summaryrefslogtreecommitdiff
path: root/config.mak.in
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2013-02-08 15:28:37 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2013-02-08 15:28:38 -0800
commit1d321b5ab32e333e082d803c4edcc0787a396ffa (patch)
tree561460e6e1fb9b0dbde8db0a61105d5eb383207d /config.mak.in
parentUpdate draft release notes to 1.8.2 (diff)
parentHonor configure's htmldir switch (diff)
downloadtgif-1d321b5ab32e333e082d803c4edcc0787a396ffa.tar.xz
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
Diffstat (limited to 'config.mak.in')
-rw-r--r--config.mak.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mak.in b/config.mak.in
index e8a9bb4682..d7c49cd8f3 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@