1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-03 23:36:11 +02:00

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>
This commit is contained in:
Christoph J. Thompson 2013-02-02 22:25:11 +01:00 committed by Junio C Hamano
parent 7e2010537e
commit fc1c5415d6

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@