]> granicus.if.org Git - git/commitdiff
Set the default help format to html for msys builds.
authorPat Thoyts <patthoyts@users.sourceforge.net>
Thu, 21 Jun 2012 11:24:14 +0000 (12:24 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Tue, 4 Jun 2013 09:12:32 +0000 (10:12 +0100)
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 <patthoyts@users.sourceforge.net>
config.mak.uname

index 04b97486a21b87c148e827bb0167e72b4a24c8a8..53540075883b15040ebdfce1403e6145532a6cc5 100644 (file)
@@ -500,6 +500,7 @@ ifneq (,$(findstring MINGW,$(uname_S)))
        NO_INET_PTON = YesPlease
        NO_INET_NTOP = YesPlease
        NO_POSIX_GOODIES = UnfortunatelyYes
+       DEFAULT_HELP_FORMAT = html
        COMPAT_CFLAGS += -D__USE_MINGW_ACCESS -DNOGDI -Icompat -Icompat/win32
        COMPAT_CFLAGS += -DSTRIP_EXTENSION=\".exe\"
        COMPAT_OBJS += compat/mingw.o compat/winansi.o \