From 04bad247702047dcf53c87247d72c07513cb90a6 Mon Sep 17 00:00:00 2001 From: Steffen Prohaska Date: Mon, 14 Jul 2008 07:23:02 +0200 Subject: [PATCH] help (Windows): Use msysgit-specific relative path to htmldir --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 06df0ba5be..5b5f1603f1 100644 --- a/Makefile +++ b/Makefile @@ -747,6 +747,7 @@ ifneq (,$(findstring MINGW,$(uname_S))) NOEXECTEMPL = .noexec template_dir = ../share/git-core/templates/ ETC_GITCONFIG = ../etc/gitconfig + htmldir=../doc/git/html/ endif ifneq (,$(findstring arm,$(uname_M))) ARM_SHA1 = YesPlease