Skip to content

Commit 65db044

Browse files
committed
Set the default help format to html for msys builds.
This resolves issue git#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 <patthoyts@users.sourceforge.net>
1 parent bbc284d commit 65db044

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.mak.uname

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,7 @@ ifneq (,$(findstring MINGW,$(uname_S)))
500500
NO_INET_PTON = YesPlease
501501
NO_INET_NTOP = YesPlease
502502
NO_POSIX_GOODIES = UnfortunatelyYes
503+
DEFAULT_HELP_FORMAT = html
503504
COMPAT_CFLAGS += -D__USE_MINGW_ACCESS -DNOGDI -Icompat -Icompat/win32
504505
COMPAT_CFLAGS += -DSTRIP_EXTENSION=\".exe\"
505506
COMPAT_OBJS += compat/mingw.o compat/winansi.o \

0 commit comments

Comments
 (0)