Skip to content

Commit fc1c541

Browse files
Christoph J. Thompsongitster
authored andcommitted
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>
1 parent 7e20105 commit fc1c541

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

config.mak.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ datarootdir = @datarootdir@
2020
template_dir = @datadir@/git-core/templates
2121
sysconfdir = @sysconfdir@
2222

23-
mandir=@mandir@
23+
mandir = @mandir@
24+
htmldir = @htmldir@
2425

2526
srcdir = @srcdir@
2627
VPATH = @srcdir@

0 commit comments

Comments
 (0)