From: panne Date: Sun, 17 Apr 2005 11:13:30 +0000 (+0000) Subject: [project @ 2005-04-17 11:13:30 by panne] X-Git-Tag: Initial_conversion_from_CVS_complete~724 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=22702cb5473b8f326e6b84bde07a8e6182ea2b39 [project @ 2005-04-17 11:13:30 by panne] Haddock can't handle recursive modules currently, so we disable it for now. --- diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 49601a4..769a673 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -772,6 +772,9 @@ GhcLibHcOpts = # override default definition of HS_IFACES so we can add $(odir) HS_IFACES = $(addsuffix .$(way_)hi,$(basename $(HS_OBJS))) + +# Haddock can't handle recursive modules currently, so we disable it for now. +NO_HADDOCK_DOCS = YES endif #-----------------------------------------------------------------------------