equal
deleted
inserted
replaced
1 # Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
1 # Copyright (c) 1997, 2014, 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 |
334 endif |
334 endif |
335 |
335 |
336 ################################################################# |
336 ################################################################# |
337 |
337 |
338 # |
338 # |
|
339 # Load custom Javadoc rules |
|
340 # |
|
341 |
|
342 $(eval $(call IncludeCustomExtension, , Javadoc.gmk)) |
|
343 |
|
344 ################################################################# |
|
345 |
|
346 # |
339 # Default target is same as docs target, create core api and all others it can |
347 # Default target is same as docs target, create core api and all others it can |
340 # |
348 # |
341 |
349 |
342 all: docs |
350 all: docs |
343 docs: coredocs otherdocs |
351 docs: coredocs otherdocs |