summaryrefslogtreecommitdiff
path: root/SUBMAKEHELP
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2015-02-23 05:21:11 -0600
committerAustin Seipp <austin@well-typed.com>2015-02-23 05:24:12 -0600
commitc3f9eb4d0626fc40f77e61653deca84cc3e1542f (patch)
tree606171ddd38af431181ad1fc3e310a4827dc0f9d /SUBMAKEHELP
parent9a1c8d96f0aaf7629cdcfad5ba67aa8a1a7b9cb3 (diff)
downloadhaskell-c3f9eb4d0626fc40f77e61653deca84cc3e1542f.tar.gz
docs: Flatten MAKEHELP/SUBMAKEHELP
There's no reason to have two files, and this is one step towards a cleaner root directory. Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'SUBMAKEHELP')
-rw-r--r--SUBMAKEHELP33
1 files changed, 0 insertions, 33 deletions
diff --git a/SUBMAKEHELP b/SUBMAKEHELP
deleted file mode 100644
index e109d89ff7..0000000000
--- a/SUBMAKEHELP
+++ /dev/null
@@ -1,33 +0,0 @@
-
- make
-
- Builds everything in this directory (including dependencies elsewhere
- in the tree, if necessary)
-
- make fast
-
- The same as 'make', but omits some phases and does not
- recalculate dependencies. Useful for saving time if you are sure
- the rest of the tree is up to date.
-
- make clean
- make distclean
- make maintainer-clean
-
- Clean just this directory
-
- make html
- make pdf
- make ps
-
- Make documentation in this directory (if any)
-
- make show VALUE=var
-
- Show the value of $(var)
-
- make <file>
-
- Bring a particular file up to date, e.g. make dist/build/Module.o
- The name <file> is relative to the current directory
-