summaryrefslogtreecommitdiffstats
path: root/src/cppunit.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-04-20 10:55:27 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-04-20 10:55:27 (GMT)
commitead0d7e5278b7f676a744cdf66077c6b05230fc0 (patch)
treedb1a88ce72ea82ffc7f4792286d15a3512193389 /src/cppunit.mk
parent11619822cab58bb522d4761884693a496869d3fa (diff)
downloadmxe-ead0d7e5278b7f676a744cdf66077c6b05230fc0.zip
mxe-ead0d7e5278b7f676a744cdf66077c6b05230fc0.tar.gz
mxe-ead0d7e5278b7f676a744cdf66077c6b05230fc0.tar.bz2
disable documentation build in package cppunit
Diffstat (limited to 'src/cppunit.mk')
-rw-r--r--src/cppunit.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/cppunit.mk b/src/cppunit.mk
index 0cedecb..0620829 100644
--- a/src/cppunit.mk
+++ b/src/cppunit.mk
@@ -20,6 +20,10 @@ define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--disable-shared \
- --prefix='$(PREFIX)/$(TARGET)'
+ --prefix='$(PREFIX)/$(TARGET)' \
+ --disable-doxygen \
+ --disable-dot \
+ --disable-html-docs \
+ --disable-latex-docs
$(MAKE) -C '$(1)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= defexec_DATA=
endef