Skip to content

Commit f01b2ad

Browse files
committed
fixup! Makefile: Set htmldir to match the default HTML docs location under MSYS
We are not supporting msysGit anymore, as there are no known users left (the last known user was Johannes "Hannes" Sixt). This patch has no effect when building outside msysGit. So let's drop it from Git for Windows' branch thicket. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 1577b30 commit f01b2ad

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

0 commit comments

Comments
 (0)