changeset 1195:196ee1e3add0

8062475: Enable hook for custom doc generation Reviewed-by: erikj
author rriggs
date Fri, 31 Oct 2014 09:52:05 -0400
parents 0b10f76c8834
children 43ccc2b9d5b7
files make/Javadoc.gmk
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/make/Javadoc.gmk	Tue Oct 28 10:19:17 2014 -0700
+++ b/make/Javadoc.gmk	Fri Oct 31 09:52:05 2014 -0400
@@ -311,6 +311,13 @@
 #################################################################
 
 #
+# 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
 #