Skip to content

Commit 65e24ac

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 1ca3557 commit 65e24ac

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
@@ -615,7 +615,7 @@ ifneq (,$(findstring MINGW,$(uname_S)))
615615
NATIVE_CRLF = YesPlease
616616
X = .exe
617617
ifneq (,$(wildcard ../THIS_IS_MSYSGIT))
618-
htmldir = doc/git/html/
618+
htmldir = share/doc/git/$(firstword $(subst -, ,$(GIT_VERSION)))/html
619619
prefix =
620620
INSTALL = /bin/install
621621
EXTLIBS += /mingw/lib/libz.a

0 commit comments

Comments
 (0)