From fc1c5415d69dd7997d20b5a9bdb204d3ee12ed08 Mon Sep 17 00:00:00 2001 From: "Christoph J. Thompson" Date: Sat, 2 Feb 2013 22:25:11 +0100 Subject: [PATCH] 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 Signed-off-by: Junio C Hamano --- config.mak.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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@