summaryrefslogtreecommitdiff
path: root/rts/Makefile
diff options
context:
space:
mode:
authorsven.panne@aedion.de <unknown>2007-09-10 06:57:59 +0000
committersven.panne@aedion.de <unknown>2007-09-10 06:57:59 +0000
commita61629589f42ec2c08ad177ff24eaf53682dfb63 (patch)
tree6470acd40a1acaf0b3afc79d139f2c120ab021cb /rts/Makefile
parentc598f995b471e9f84fb41aa61eccac1be60fddd2 (diff)
downloadhaskell-a61629589f42ec2c08ad177ff24eaf53682dfb63.tar.gz
The RTS is Haddock-less, tell make about it
MERGE TO STABLE
Diffstat (limited to 'rts/Makefile')
-rw-r--r--rts/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/rts/Makefile b/rts/Makefile
index c13e49c903..c310ee0724 100644
--- a/rts/Makefile
+++ b/rts/Makefile
@@ -37,6 +37,11 @@ endif
# -----------------------------------------------------------------------------
+# There's nothing for Haddock here...
+override HADDOCK_DOCS = NO
+
+# -----------------------------------------------------------------------------
+
# Tells the build system not to add various Haskellish options to $(SRC_HC_OPTS)
NON_HS_PACKAGE = YES