Follow Cabal changes: Cabal no longer has a docbook userguide
authorIan Lynagh <igloo@earth.li>
Tue, 12 Oct 2010 13:05:38 +0000 (13:05 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 12 Oct 2010 13:05:38 +0000 (13:05 +0000)
For now we don't build the Cabal userguide, but we should add markdown
support so that we can do so.

docs/index.html.in
ghc.mk

index e4463bc..5a65fe5 100644 (file)
@@ -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 6066318..e49f34a 100644 (file)
--- 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)