From 68b7ef2edd585f2aa8812f40c6f66825c92c5ce7 Mon Sep 17 00:00:00 2001 From: Pat Thoyts Date: Thu, 21 Jun 2012 12:24:14 +0100 Subject: [PATCH] Set the default help format to html for msys builds. This resolves issue #19 by setting the compiled default to html in msys builds following the changes introduced by commit 1cc8af0 "help: use HTML as the default help format on Windows" Signed-off-by: Pat Thoyts --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index d8447b45ac..c7b24f7238 100644 --- a/Makefile +++ b/Makefile @@ -1342,6 +1342,7 @@ ifneq (,$(findstring MINGW,$(uname_S))) NO_INET_PTON = YesPlease NO_INET_NTOP = YesPlease NO_POSIX_GOODIES = UnfortunatelyYes + DEFAULT_HELP_FORMAT = html NO_D_INO_IN_DIRENT = YesPlease COMPAT_CFLAGS += -D__USE_MINGW_ACCESS -DNOGDI -Icompat -Icompat/win32 COMPAT_CFLAGS += -DSTRIP_EXTENSION=\".exe\" -- 2.11.4.GIT