diff options
author | Tony Theodore <tonyt@logyst.com> | 2017-10-19 01:54:01 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2017-10-19 01:54:01 (GMT) |
commit | c974863b7c3a1f9c41b5817acadb92ea652127f8 (patch) | |
tree | f2a10450366052eac22fd75d96d435609c364ae6 /Makefile | |
parent | b3e2f6221793139f49cb7d23830a23c33286a905 (diff) | |
download | mxe-c974863b7c3a1f9c41b5817acadb92ea652127f8.zip mxe-c974863b7c3a1f9c41b5817acadb92ea652127f8.tar.gz mxe-c974863b7c3a1f9c41b5817acadb92ea652127f8.tar.bz2 |
Makefile: add more disable doc options
fixes #1936
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -78,6 +78,10 @@ repeat = $(subst x,$(1),$(subst $(space),,$(call int_encode,$(2)))) MXE_DISABLE_DOC_OPTS = \ ac_cv_prog_HAVE_DOXYGEN="false" \ + --enable-doc=no \ + --enable-gtk-doc=no \ + --enable-gtk-doc-html=no \ + --enable-gtk-doc-pdf=no \ --{docdir,infodir,mandir,with-html-dir}='$(BUILD_DIR).sink' \ --disable-doxygen |