summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
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.