make/Javadoc.gmk

changeset 1039
389603b4000d
parent 1033
4900092f003c
child 1133
50aaf272884f
child 1196
196ee1e3add0
equal deleted inserted replaced
1036:26764db977ec 1039:389603b4000d
101 101
102 # Url to root of documents 102 # Url to root of documents
103 DOCSDIR_URL = {@docroot}/$(GET2DOCSDIR) 103 DOCSDIR_URL = {@docroot}/$(GET2DOCSDIR)
104 104
105 # Url to copyright html file 105 # Url to copyright html file
106 COPYRIGHT_URL-7 = $(DOCSDIR_URL)/legal/cpyr.html 106 COPYRIGHT_URL = $(DOCSDIR_URL)/legal/cpyr.html
107 # This isn't added in old build yet.
108 #COPYRIGHT_URL-8 = $(DOCSDIR_URL)/legal/cpyr.html
109 COPYRIGHT_URL = $(COPYRIGHT_URL-$(JDK_MINOR_VERSION))
110 107
111 # Url to bug filing site 108 # Url to bug filing site
112 BUG_SUBMIT_URL = http://bugreport.sun.com/bugreport/ 109 BUG_SUBMIT_URL = http://bugreport.sun.com/bugreport/
113 110
114 # Common line for how to submit a bug or rfe 111 # Common line for how to submit a bug or rfe

mercurial