changeset 7498:32549d339437

8006124: javadoc/doclet should be updated to support profiles Reviewed-by: jjg, dholmes
author bpatel
date Mon, 21 Jan 2013 00:31:34 -0500
parents 595baf3cc781
children 80afadbf967d
files make/docs/Makefile
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make/docs/Makefile	Wed Jan 16 23:08:12 2013 -0800
+++ b/make/docs/Makefile	Mon Jan 21 00:31:34 2013 -0500
@@ -1,4 +1,4 @@
-# Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 1997, 2013, 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
@@ -207,6 +207,7 @@
 		-quiet					\
                 -use					\
                 -keywords				\
+                -Xprofilespath $(JDK_TOPDIR)/makefiles/profile-rtjar-includes.txt \
 		$(ADDITIONAL_JAVADOCFLAGS)
 
 ifdef OPENJDK