Skip to content

Commit 0f2f245

Browse files
sschubertht-b
authored andcommitted
Makefile: Set htmldir to match the default HTML docs location under MSYS
Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 895849c commit 0f2f245

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

0 commit comments

Comments
 (0)