<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>MAKEHELP</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -32,6 +32,11 @@ else
 default : all
 	@:
 
+# For help, type 'make help'
+.PHONY: help
+help :
+	@cat MAKEHELP
+
 ifneq &quot;$(findstring clean,$(MAKECMDGOALS))&quot; &quot;&quot;
 -include mk/config.mk
 else
@@ -44,7 +49,7 @@ endif
 include mk/custom-settings.mk
 
 # No need to update makefiles for these targets:
-REALGOALS=$(filter-out bootstrapping-files framework-pkg clean clean_% distclean maintainer-clean show,$(MAKECMDGOALS))
+REALGOALS=$(filter-out bootstrapping-files framework-pkg clean clean_% distclean maintainer-clean show help,$(MAKECMDGOALS))
 
 # NB. not the same as saying '%: ...', which doesn't do the right thing:
 # it does nothing if we specify a target that already exists.</diff>
      <filename>Makefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e4644c8a02c96f2a1b5ca32194a4051984c6b4f7</id>
    </parent>
  </parents>
  <author>
    <name>Simon Marlow</name>
    <email>marlowsd@gmail.com</email>
  </author>
  <url>http://github.com/ghc-hq/ghc/commit/c40dc2c229f10852f1fb985a25989ffcd28f996a</url>
  <id>c40dc2c229f10852f1fb985a25989ffcd28f996a</id>
  <committed-date>2009-06-15T07:00:08-07:00</committed-date>
  <authored-date>2009-06-15T07:00:08-07:00</authored-date>
  <message>Add 'make help', displaying a list of useful make targets</message>
  <tree>c6af543212cfa132cfe789b6ebc4b276f1f84972</tree>
  <committer>
    <name>Simon Marlow</name>
    <email>marlowsd@gmail.com</email>
  </committer>
</commit>
