From dc877280a9806a1524bfd2b8924705adf928e2e2 Mon Sep 17 00:00:00 2001 From: Clemens Fruhwirth Date: Fri, 10 Oct 2008 19:23:18 +0000 Subject: [PATCH] Do not generate haddock documentation when running install-docs in libffi --- libffi/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libffi/Makefile b/libffi/Makefile index 38720cc..75365c9 100644 --- a/libffi/Makefile +++ b/libffi/Makefile @@ -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: -- 1.7.10.4