diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-05-13 10:01:27 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-05-13 10:01:27 +0000 |
commit | 31e4e0669a8477f0584fcd73fe8176da76aa8316 (patch) | |
tree | b50a89d0f5a595dfa5a3897dbe21e9c1ed3aa86c /doc | |
parent | 1610215aa3fa47de4842ab0f51d2fb8bb7df6c0d (diff) |
add build instructions for GHC
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ghc.mk | 15 |
1 files changed, 15 insertions, 0 deletions
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)) |