X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=MAKEHELP;h=85497e984f87ebc7bbd41eaaa983505b588144fa;hp=47db0ab7c4269c4f0a6135bc9dea32d9953bbcd6;hb=16b9e80dc14db24509f051f294b5b51943285090;hpb=47e182d4873add885735b831f3528ee5c208cca9 diff --git a/MAKEHELP b/MAKEHELP index 47db0ab..85497e9 100644 --- a/MAKEHELP +++ b/MAKEHELP @@ -21,15 +21,15 @@ Common commands: Builds everything in the given directory. - cd compiler; make 2 + cd ; make help - Make just the stage2 compiler, ignoring dependencies. Also "make 1" to - build just the stage1 compiler. + Shows the targets available in - cd libraries; make 1 + make html + make pdf + make ps - 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 documentation make install @@ -50,6 +50,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.