diff options
author | Clemens Fruhwirth <clemens@endorphin.org> | 2008-10-10 19:23:18 +0000 |
---|---|---|
committer | Clemens Fruhwirth <clemens@endorphin.org> | 2008-10-10 19:23:18 +0000 |
commit | dc877280a9806a1524bfd2b8924705adf928e2e2 (patch) | |
tree | 8150e0b2c04f04ce937a9c088295659a954ac761 /libffi | |
parent | a970a3775856642e6d3690b5421e7dcb3e420d36 (diff) | |
download | haskell-dc877280a9806a1524bfd2b8924705adf928e2e2.tar.gz |
Do not generate haddock documentation when running install-docs in libffi
Diffstat (limited to 'libffi')
-rw-r--r-- | libffi/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libffi/Makefile b/libffi/Makefile index 38720cc25d..75365c9227 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: |