summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-05-11 12:02:56 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-05-11 12:02:56 +0000
commit61ef1764bf342f90480602770b43ec3ae768f7f1 (patch)
treee695635d2e6c8bc3ed59039b8cca8ed2955f52ee /mk
parent1396b545018d2c945b9c289b022d77179a046fc6 (diff)
downloadhaskell-61ef1764bf342f90480602770b43ec3ae768f7f1.tar.gz
make it so that 'make html', 'make pdf', and 'make ps' work for docs
Diffstat (limited to 'mk')
-rw-r--r--mk/sub-makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/sub-makefile.mk b/mk/sub-makefile.mk
index 1e9cf2265d..1d41bd101a 100644
--- a/mk/sub-makefile.mk
+++ b/mk/sub-makefile.mk
@@ -21,7 +21,7 @@ default :
.NOTPARALLEL:
# all comes first, we want it to be the default target
-STD_TARGETS = all clean distclean maintainer_clean install
+STD_TARGETS = all clean distclean maintainer_clean install html ps pdf
# The + tells make that we're recursively invoking make, otherwise 'make -j2'
# goes wrong.