From 31e4e0669a8477f0584fcd73fe8176da76aa8316 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 13 May 2009 10:01:27 +0000 Subject: add build instructions for GHC --- doc/ghc.mk | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/ghc.mk (limited to 'doc') diff --git a/doc/ghc.mk b/doc/ghc.mk new file mode 100644 index 00000000..73d6b7f0 --- /dev/null +++ b/doc/ghc.mk @@ -0,0 +1,15 @@ +# ----------------------------------------------------------------------------- +# +# (c) 2009 The University of Glasgow +# +# This file is part of the GHC build system. +# +# To understand how the build system works and how to modify it, see +# http://hackage.haskell.org/trac/ghc/wiki/Building/Architecture +# http://hackage.haskell.org/trac/ghc/wiki/Building/Modifying +# +# ----------------------------------------------------------------------------- + +utils/haddock/doc_DOCBOOK_SOURCES = utils/haddock/doc/haddock.xml + +$(eval $(call docbook,utils/haddock/doc,haddock)) -- cgit v1.2.3