summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2017-10-19 01:54:01 (GMT)
committerTony Theodore <tonyt@logyst.com>2017-10-19 01:54:01 (GMT)
commitc974863b7c3a1f9c41b5817acadb92ea652127f8 (patch)
treef2a10450366052eac22fd75d96d435609c364ae6 /Makefile
parentb3e2f6221793139f49cb7d23830a23c33286a905 (diff)
downloadmxe-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--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 868ed7a..6e232e6 100644
--- a/Makefile
+++ b/Makefile
@@ -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