diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-05-11 12:02:56 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-05-11 12:02:56 +0000 |
commit | 61ef1764bf342f90480602770b43ec3ae768f7f1 (patch) | |
tree | e695635d2e6c8bc3ed59039b8cca8ed2955f52ee /mk/sub-makefile.mk | |
parent | 1396b545018d2c945b9c289b022d77179a046fc6 (diff) | |
download | haskell-61ef1764bf342f90480602770b43ec3ae768f7f1.tar.gz |
make it so that 'make html', 'make pdf', and 'make ps' work for docs
Diffstat (limited to 'mk/sub-makefile.mk')
-rw-r--r-- | mk/sub-makefile.mk | 2 |
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. |