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>
maint
Christoph J. Thompson 2013-02-02 22:25:11 +01:00 committed by Junio C Hamano
parent 7e2010537e
commit fc1c5415d6
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ datarootdir = @datarootdir@
template_dir = @datadir@/git-core/templates
sysconfdir = @sysconfdir@

mandir=@mandir@
mandir = @mandir@
htmldir = @htmldir@

srcdir = @srcdir@
VPATH = @srcdir@