summaryrefslogtreecommitdiffstats
path: root/config.mak.in
diff options
context:
space:
mode:
authorChristoph J. Thompson <cjsthompson@gmail.com>2013-02-02 22:25:11 +0100
committerJunio C Hamano <gitster@pobox.com>2013-02-03 03:14:45 +0100
commitfc1c5415d69dd7997d20b5a9bdb204d3ee12ed08 (patch)
treed59d2e691238525e3646b90da9ef8b611718570e /config.mak.in
parentGit 1.7.12.4 (diff)
downloadgit-fc1c5415d69dd7997d20b5a9bdb204d3ee12ed08.tar.xz
git-fc1c5415d69dd7997d20b5a9bdb204d3ee12ed08.zip
Honor configure's htmldir switch
Honor autoconf's --htmldir switch. This allows relocating HTML docs straight from the configure script. Signed-off-by: Christoph J. Thompson <cjsthompson@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'config.mak.in')
-rw-r--r--config.mak.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.mak.in b/config.mak.in
index 802d34223a..77715caa93 100644
--- a/config.mak.in
+++ b/config.mak.in
@@ -20,7 +20,8 @@ datarootdir = @datarootdir@
template_dir = @datadir@/git-core/templates
sysconfdir = @sysconfdir@
-mandir=@mandir@
+mandir = @mandir@
+htmldir = @htmldir@
srcdir = @srcdir@
VPATH = @srcdir@