Do not generate haddock documentation when running install-docs in libffi
authorClemens Fruhwirth <clemens@endorphin.org>
Fri, 10 Oct 2008 19:23:18 +0000 (19:23 +0000)
committerClemens Fruhwirth <clemens@endorphin.org>
Fri, 10 Oct 2008 19:23:18 +0000 (19:23 +0000)
libffi/Makefile

index 38720cc..75365c9 100644 (file)
@@ -4,6 +4,8 @@ DONT_WANT_STD_GHCI_LIB_RULE=YES
 DONT_WANT_STD_LIBRARY=YES
 
 include $(TOP)/mk/boilerplate.mk
+# Override haddock generation for this package
+HADDOCK_DOCS=NO
 
 # We package libffi as Haskell package for two reasons: