diff --git a/nashorn/make/Makefile b/nashorn/make/Makefile
index 5775be158b4..965c30a43a1 100644
--- a/nashorn/make/Makefile
+++ b/nashorn/make/Makefile
@@ -181,16 +181,13 @@ else
endif
# Default target and expected 'do everything' target
-# comments docs to avoid too many ASM warnings
-# all: test docs
-
-all: test
+all: test docs
# Standard make clobber target
clobber: clean
# All ant targets of interest
-ANT_TARGETS = clean externals update-externals jar javadoc shelldoc docs test test262 test262parallel # for now
+ANT_TARGETS = clean externals update-externals jar javadoc shelldoc docs test test262 test262parallel octane sunspider perf alltests
# Create diagnostics log (careful, ant 1.8.0 -diagnostics always does an exit 1)
$(OUTPUTDIR)/build/ant-diagnostics.log:
diff --git a/nashorn/make/build.xml b/nashorn/make/build.xml
index ce13df19611..8ef6b50e551 100644
--- a/nashorn/make/build.xml
+++ b/nashorn/make/build.xml
@@ -37,6 +37,10 @@
+
+
+
+
@@ -46,10 +50,6 @@
-
-
-
-
@@ -424,7 +424,7 @@
-
+
@@ -450,6 +450,16 @@
-
+
+
+
+
+
+
+
+
+
+
+