update submodules for GHC.HetMet.GArrow -> Control.GArrow renaming
[ghc-hetmet.git] / MAKEHELP
index e8d23e0..c14767f 100644 (file)
--- a/MAKEHELP
+++ b/MAKEHELP
@@ -21,21 +21,9 @@ Common commands:
 
      Builds everything in the given directory.
 
-  cd compiler; make 2
+  cd <dir>; make help
 
-     Make just the stage2 compiler, ignoring dependencies.  Also "make 1" to
-     build just the stage1 compiler.
-
-  cd libraries; make 1
-
-     Build just those libraries that are built by stage1 (omit the "1" to build
-     all libraries, but that will also update the stage2 compiler).
-
-  make html
-  make pdf
-  make ps
-
-     Make documentation
+     Shows the targets available in <dir>
 
   make install
 
@@ -56,6 +44,6 @@ Common commands:
 
      Various levels of cleaning: "clean" restores the tree to the
      state after "./configure", "distclean" restores to the state
-     after "sh boot", and maintainer-clean restores the tree to the
+     after "perl boot", and maintainer-clean restores the tree to the
      completely clean checked-out state.