summaryrefslogtreecommitdiff
path: root/config.mak.uname
diff options
context:
space:
mode:
authorPat Thoyts <patthoyts@users.sourceforge.net>2012-06-21 11:24:14 (GMT)
committerPat Thoyts <patthoyts@users.sourceforge.net>2013-06-04 09:12:32 (GMT)
commit65db0443710f59a1c05a85688cdccc215ff48333 (patch)
tree06e9aff98916db5687a37887a65a9fee39a27fba /config.mak.uname
parentbbc284d6ecaa1974c142e95272e866287694ca17 (diff)
downloadgit-65db0443710f59a1c05a85688cdccc215ff48333.zip
git-65db0443710f59a1c05a85688cdccc215ff48333.tar.gz
git-65db0443710f59a1c05a85688cdccc215ff48333.tar.bz2
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 <patthoyts@users.sourceforge.net>
Diffstat (limited to 'config.mak.uname')
-rw-r--r--config.mak.uname1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mak.uname b/config.mak.uname
index 04b9748..5354007 100644
--- a/config.mak.uname
+++ b/config.mak.uname
@@ -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 \