summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph J. Thompson <cjsthompson@gmail.com>2013-02-02 21:25:11 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-02-03 02:14:45 (GMT)
commitfc1c5415d69dd7997d20b5a9bdb204d3ee12ed08 (patch)
treed59d2e691238525e3646b90da9ef8b611718570e
parent7e2010537e96d0a1144520222f20ba1dc3d61441 (diff)
downloadgit-fc1c5415d69dd7997d20b5a9bdb204d3ee12ed08.zip
git-fc1c5415d69dd7997d20b5a9bdb204d3ee12ed08.tar.gz
git-fc1c5415d69dd7997d20b5a9bdb204d3ee12ed08.tar.bz2
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>
-rw-r--r--config.mak.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.mak.in b/config.mak.in
index 802d342..77715ca 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@