diff options
author | Pat Thoyts <patthoyts@users.sourceforge.net> | 2012-06-21 12:24:14 +0100 |
---|---|---|
committer | Pat Thoyts <patthoyts@users.sourceforge.net> | 2013-06-04 10:12:32 +0100 |
commit | 65db0443710f59a1c05a85688cdccc215ff48333 (patch) | |
tree | 06e9aff98916db5687a37887a65a9fee39a27fba /config.mak.uname | |
parent | bbc284d6ecaa1974c142e95272e866287694ca17 (diff) | |
download | git-65db0443710f59a1c05a85688cdccc215ff48333.tar.gz |
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.uname | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mak.uname b/config.mak.uname index 04b97486a2..5354007588 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 \ |