equal
deleted
inserted
replaced
1 # Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved. |
1 # Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 # |
3 # |
4 # This code is free software; you can redistribute it and/or modify it |
4 # This code is free software; you can redistribute it and/or modify it |
5 # under the terms of the GNU General Public License version 2 only, as |
5 # under the terms of the GNU General Public License version 2 only, as |
6 # published by the Free Software Foundation. Oracle designates this |
6 # published by the Free Software Foundation. Oracle designates this |
205 COMMON_JAVADOCFLAGS = \ |
205 COMMON_JAVADOCFLAGS = \ |
206 $(NO_PROPRIETARY_API_WARNINGS) \ |
206 $(NO_PROPRIETARY_API_WARNINGS) \ |
207 -quiet \ |
207 -quiet \ |
208 -use \ |
208 -use \ |
209 -keywords \ |
209 -keywords \ |
|
210 -Xprofilespath $(JDK_TOPDIR)/makefiles/profile-rtjar-includes.txt \ |
210 $(ADDITIONAL_JAVADOCFLAGS) |
211 $(ADDITIONAL_JAVADOCFLAGS) |
211 |
212 |
212 ifdef OPENJDK |
213 ifdef OPENJDK |
213 ADDITIONAL_JAVADOCFLAGS = \ |
214 ADDITIONAL_JAVADOCFLAGS = \ |
214 -Xdocrootparent $(DOCS_BASE_URL) |
215 -Xdocrootparent $(DOCS_BASE_URL) |