diff options
author | Tony Theodore <tonyt@logyst.com> | 2017-07-20 10:21:31 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2017-07-20 10:21:31 (GMT) |
commit | bec723f574da69d4e4fdb2bac9cb7750c9082134 (patch) | |
tree | 6c7a881b98ddb320699d9b7a0a782893f6898409 /Makefile | |
parent | 487359e28300ad5601379afac2cc347f8ba22d4d (diff) | |
download | mxe-bec723f574da69d4e4fdb2bac9cb7750c9082134.zip mxe-bec723f574da69d4e4fdb2bac9cb7750c9082134.tar.gz mxe-bec723f574da69d4e4fdb2bac9cb7750c9082134.tar.bz2 |
Makefile: add more MXE_DISABLE_DOC_OPTS
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -78,6 +78,7 @@ repeat = $(subst x,$(1),$(subst $(space),,$(call int_encode,$(2)))) MXE_DISABLE_DOC_OPTS = \ ac_cv_prog_HAVE_DOXYGEN="false" \ + --{docdir,infodir,mandir,with-html-dir}='$(BUILD_DIR).sink' \ --disable-doxygen MXE_CONFIGURE_OPTS = \ |