From 631b6f53440b863c914d296c92145922ffea5b8c Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 6 Mar 2007 14:47:24 +0000 Subject: [PATCH] Remove references to the in-tree building guide from teh old commentary --- docs/comm/genesis/genesis.html | 2 +- docs/comm/genesis/makefiles.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/comm/genesis/genesis.html b/docs/comm/genesis/genesis.html index 30b16fe..ac9faa4 100644 --- a/docs/comm/genesis/genesis.html +++ b/docs/comm/genesis/genesis.html @@ -15,7 +15,7 @@ parsers and other pre-computed source, and finally computes dependency information. There is considerable detail on the build process in GHC's Building Guide. + href="http://hackage.haskell.org/trac/ghc/wiki/Building">Building Guide.

Debugging the Beast

diff --git a/docs/comm/genesis/makefiles.html b/docs/comm/genesis/makefiles.html index 957a82e..3b0e35b 100644 --- a/docs/comm/genesis/makefiles.html +++ b/docs/comm/genesis/makefiles.html @@ -11,9 +11,9 @@ The size and structure of GHC's makefiles makes it quite easy to scream out loud - in pain - during the process of tracking down problems in the make system or when attempting to alter it. GHC's Building + href="http://hackage.haskell.org/trac/ghc/wiki/Building">Building Guide has valuable information on the + href="http://hackage.haskell.org/trac/ghc/wiki/Building/BuildSystem">the makefile architecture.

A maze of twisty little passages, all alike

-- 1.7.10.4