Skip to content

Commit adfa3c9

Browse files
committed
Makefile: Set htmldir to match the default HTML docs location under MSYS
Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
1 parent d892bec commit adfa3c9

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
@@ -513,7 +513,7 @@ ifneq (,$(findstring MINGW,$(uname_S)))
513513
X = .exe
514514
SPARSE_FLAGS = -Wno-one-bit-signed-bitfield
515515
ifneq (,$(wildcard ../THIS_IS_MSYSGIT))
516-
htmldir = doc/git/html/
516+
htmldir = share/doc/git/$(firstword $(subst -, ,$(GIT_VERSION)))/html
517517
prefix =
518518
INSTALL = /bin/install
519519
EXTLIBS += /mingw/lib/libz.a

0 commit comments

Comments
 (0)