Skip to content

Commit 3b14df7

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 756f143 commit 3b14df7

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
@@ -531,7 +531,7 @@ ifneq (,$(findstring MINGW,$(uname_S)))
531531
X = .exe
532532
SPARSE_FLAGS = -Wno-one-bit-signed-bitfield
533533
ifneq (,$(wildcard ../THIS_IS_MSYSGIT))
534-
htmldir = doc/git/html/
534+
htmldir = share/doc/git/$(firstword $(subst -, ,$(GIT_VERSION)))/html
535535
prefix =
536536
INSTALL = /bin/install
537537
EXTLIBS += /mingw/lib/libz.a

0 commit comments

Comments
 (0)