summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorpanne <unknown>2005-11-13 19:07:18 +0000
committerpanne <unknown>2005-11-13 19:07:18 +0000
commitb36b3d13c6e27fe67e56214f32342c25b61d3ee0 (patch)
tree5ce2f20e25da482be5a954bdf611f2fac0594bb6 /docs/Makefile
parent87998bebdee5e97a19c52a2e33cd394cdf9c0c57 (diff)
downloadhaskell-b36b3d13c6e27fe67e56214f32342c25b61d3ee0.tar.gz
[project @ 2005-11-13 19:07:17 by panne]
Move the building guide to GHC where it belongs. This is more consistent and currently even necessary, otherwise *every* fptools project would need the ghc subtree.
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 5005af5ee5..a9140dd843 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -1,6 +1,6 @@
TOP = ..
include $(TOP)/mk/boilerplate.mk
-SUBDIRS = building docbook-cheat-sheet
+SUBDIRS = docbook-cheat-sheet
include $(TOP)/mk/target.mk