summaryrefslogtreecommitdiff
path: root/MAKEHELP
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-06-16 08:53:02 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-06-16 08:53:02 +0000
commit2dfd2ac773482f26e393a199e9d04fc9c23d5794 (patch)
tree5f14075ae563bd705f87d96d36d48ee4e367a2f5 /MAKEHELP
parent39253008705e3ca590afdfa1b87bfbb5a16da7e7 (diff)
downloadhaskell-2dfd2ac773482f26e393a199e9d04fc9c23d5794.tar.gz
mention 'make {html,ps,pdf}'
Diffstat (limited to 'MAKEHELP')
-rw-r--r--MAKEHELP6
1 files changed, 6 insertions, 0 deletions
diff --git a/MAKEHELP b/MAKEHELP
index 47db0ab7c4..e8d23e0126 100644
--- a/MAKEHELP
+++ b/MAKEHELP
@@ -31,6 +31,12 @@ Common commands:
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
+
make install
Installs GHC, libraries and tools under $(prefix)