Move hasktags out of the GHC repo
[ghc-hetmet.git] / mk / sub-makefile.mk
index 1e9cf22..1d41bd1 100644 (file)
@@ -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.