Skip to content

Commit 3e9e746

Browse files
sschuberthdscho
authored andcommitted
Makefile: Set htmldir to match the default HTML docs location under MSYS
Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 40795c7 commit 3e9e746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.mak.uname

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ ifneq (,$(findstring MINGW,$(uname_S)))
526526
X = .exe
527527
SPARSE_FLAGS = -Wno-one-bit-signed-bitfield
528528
ifneq (,$(wildcard ../THIS_IS_MSYSGIT))
529-
htmldir = doc/git/html/
529+
htmldir = share/doc/git/$(firstword $(subst -, ,$(GIT_VERSION)))/html
530530
prefix =
531531
INSTALL = /bin/install
532532
EXTLIBS += /mingw/lib/libz.a

0 commit comments

Comments
 (0)