8062475: Enable hook for custom doc generation

Reviewed-by: erikj
This commit is contained in:
Roger Riggs 2014-10-31 11:23:03 -04:00
parent ce7a159195
commit 49f87c1034

@ -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. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
# #
# This code is free software; you can redistribute it and/or modify it # This code is free software; you can redistribute it and/or modify it
@ -335,6 +335,14 @@ endif
################################################################# #################################################################
#
# Load custom Javadoc rules
#
$(eval $(call IncludeCustomExtension, , Javadoc.gmk))
#################################################################
# #
# Default target is same as docs target, create core api and all others it can # Default target is same as docs target, create core api and all others it can
# #