aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorrriggs <none@none>2014-10-31 09:52:05 -0400
committerrriggs <none@none>2014-10-31 09:52:05 -0400
commit62e8edd61ea0dd1f7cd2f1765a94565abca053c6 (patch)
treecb7ade7192d4977b1d6d6fd9f1efcbcfb1c85c29 /make
parentcc78ad707ed861ed0efcdc2386c1299bed664c27 (diff)
downloadjdk8u-62e8edd61ea0dd1f7cd2f1765a94565abca053c6.tar.gz
8062475: Enable hook for custom doc generation
Reviewed-by: erikj
Diffstat (limited to 'make')
-rw-r--r--make/Javadoc.gmk7
1 files changed, 7 insertions, 0 deletions
diff --git a/make/Javadoc.gmk b/make/Javadoc.gmk
index 3fc4d15..5ceb531 100644
--- a/make/Javadoc.gmk
+++ b/make/Javadoc.gmk
@@ -311,6 +311,13 @@ include NON_CORE_PKGS.gmk
#################################################################
#
+# Load custom Javadoc rules, if present
+#
+-include $(CUSTOM_MAKE_DIR)/Javadoc.gmk
+
+#################################################################
+
+#
# Default target is same as docs target, create core api and all others it can
#