Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7e20105 commit fc1c541

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)