summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-10-12 13:05:38 +0000
committerIan Lynagh <igloo@earth.li>2010-10-12 13:05:38 +0000
commite1ac5b65ae2830fc197b7c157af362415c196127 (patch)
tree7e568b0bbe55697e391b9542e274831322522e3a
parentb24d78d947b8911f1efad35333046a4514fd611e (diff)
downloadhaskell-e1ac5b65ae2830fc197b7c157af362415c196127.tar.gz
Follow Cabal changes: Cabal no longer has a docbook userguide
For now we don't build the Cabal userguide, but we should add markdown support so that we can do so.
-rw-r--r--docs/index.html.in2
-rw-r--r--ghc.mk1
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.html.in b/docs/index.html.in
index e4463bc2a8..5a65fe50a8 100644
--- a/docs/index.html.in
+++ b/docs/index.html.in
@@ -46,6 +46,7 @@
</P>
</LI>
+<!--
<LI>
<P>
<B><A HREF="Cabal/index.html">Cabal</A></B>
@@ -53,6 +54,7 @@
<P>An infrastructure for building and distributing Haskell
software.</P>
</LI>
+-->
</UL>
<P>For more information, see the following:</p>
diff --git a/ghc.mk b/ghc.mk
index 60663180ea..e49f34ac7d 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -564,7 +564,6 @@ BUILD_DIRS += \
docs/users_guide \
docs/ext-core \
docs/man \
- libraries/Cabal/doc \
$(GHC_UNLIT_DIR) \
$(GHC_HP2PS_DIR)