8062475: Enable hook for custom doc generation
authorrriggs
Fri, 31 Oct 2014 11:23:03 -0400
changeset 27328 17f2bc9cd16a
parent 27325 948cceef81ba
child 27329 49baf50a6840
8062475: Enable hook for custom doc generation Reviewed-by: erikj
make/Javadoc.gmk
--- a/make/Javadoc.gmk	Wed Jul 05 20:06:12 2017 +0200
+++ b/make/Javadoc.gmk	Fri Oct 31 11:23:03 2014 -0400
@@ -1,4 +1,4 @@
-# Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
@@ -336,6 +336,14 @@
 #################################################################
 
 #
+# Load custom Javadoc rules
+#
+
+$(eval $(call IncludeCustomExtension, , Javadoc.gmk))
+
+#################################################################
+
+#
 # Default target is same as docs target, create core api and all others it can
 #