diff options
author | Ian Lynagh <igloo@earth.li> | 2010-10-12 13:05:38 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-10-12 13:05:38 +0000 |
commit | e1ac5b65ae2830fc197b7c157af362415c196127 (patch) | |
tree | 7e568b0bbe55697e391b9542e274831322522e3a | |
parent | b24d78d947b8911f1efad35333046a4514fd611e (diff) | |
download | haskell-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.in | 2 | ||||
-rw-r--r-- | ghc.mk | 1 |
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> @@ -564,7 +564,6 @@ BUILD_DIRS += \ docs/users_guide \ docs/ext-core \ docs/man \ - libraries/Cabal/doc \ $(GHC_UNLIT_DIR) \ $(GHC_HP2PS_DIR) |