Skip to content

Commit a6ba53a

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 369cfb1 commit a6ba53a

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

0 commit comments

Comments
 (0)