changeset 329:522b01e6ec2a

disable documentation build in package cppunit
author Volker Grabsch <vog@notjusthosting.com>
date Mon, 20 Apr 2009 12:55:27 +0200
parents 0c2a471b81b0
children 67fb15f9072f
files src/cppunit.mk
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/cppunit.mk	Mon Apr 20 12:45:06 2009 +0200
+++ b/src/cppunit.mk	Mon Apr 20 12:55:27 2009 +0200
@@ -20,6 +20,10 @@
     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