8062475: Enable hook for custom doc generation

Fri, 31 Oct 2014 09:52:05 -0400

author
rriggs
date
Fri, 31 Oct 2014 09:52:05 -0400
changeset 1196
196ee1e3add0
parent 1195
0b10f76c8834
child 1197
43ccc2b9d5b7

8062475: Enable hook for custom doc generation
Reviewed-by: erikj

make/Javadoc.gmk file | annotate | diff | comparison | revisions
     1.1 --- a/make/Javadoc.gmk	Tue Oct 28 10:19:17 2014 -0700
     1.2 +++ b/make/Javadoc.gmk	Fri Oct 31 09:52:05 2014 -0400
     1.3 @@ -311,6 +311,13 @@
     1.4  #################################################################
     1.5  
     1.6  #
     1.7 +# Load custom Javadoc rules, if present
     1.8 +#
     1.9 +-include $(CUSTOM_MAKE_DIR)/Javadoc.gmk
    1.10 +
    1.11 +#################################################################
    1.12 +
    1.13 +#
    1.14  # Default target is same as docs target, create core api and all others it can
    1.15  #
    1.16  

mercurial