190 ################################################################################ 191 # /man dir 192 # 193 # All variables in this section are assigned with simple =, without :, to enable 194 # more selective overriding from the custom version of this file. 195 # 196 # Avoid evaluating this whole section on windows for speed and stability 197 ifneq ($(OPENJDK_TARGET_OS), windows) 198 JRE_MAN_PAGES += \ 199 java.1 \ 200 jjs.1 \ 201 keytool.1 \ 202 orbd.1 \ 203 pack200.1 \ 204 rmid.1 \ 205 rmiregistry.1 \ 206 servertool.1 \ 207 tnameserv.1 \ 208 unpack200.1 209 210 ifndef OPENJDK 211 ifneq ($(OPENJDK_TARGET_OS), solaris) 212 JRE_MAN_PAGES += javaws.1 213 endif 214 endif 215 216 JDK_MAN_PAGES += \ 217 $(JRE_MAN_PAGES) \ 218 appletviewer.1 \ 219 idlj.1 \ 220 jar.1 \ 221 jarsigner.1 \ 222 javac.1 \ 223 javadoc.1 \ 224 javah.1 \ 225 javap.1 \ 226 jconsole.1 \ 227 jcmd.1 \ 228 jdb.1 \ 229 jdeps.1 \ 230 jinfo.1 \ 231 jmap.1 \ 232 jps.1 \ 233 jrunscript.1 \ 234 jsadebugd.1 \ 235 jstack.1 \ | 190 ################################################################################ 191 # /man dir 192 # 193 # All variables in this section are assigned with simple =, without :, to enable 194 # more selective overriding from the custom version of this file. 195 # 196 # Avoid evaluating this whole section on windows for speed and stability 197 ifneq ($(OPENJDK_TARGET_OS), windows) 198 JRE_MAN_PAGES += \ 199 java.1 \ 200 jjs.1 \ 201 keytool.1 \ 202 orbd.1 \ 203 pack200.1 \ 204 rmid.1 \ 205 rmiregistry.1 \ 206 servertool.1 \ 207 tnameserv.1 \ 208 unpack200.1 209 210 JDK_MAN_PAGES += \ 211 $(JRE_MAN_PAGES) \ 212 appletviewer.1 \ 213 idlj.1 \ 214 jar.1 \ 215 jarsigner.1 \ 216 javac.1 \ 217 javadoc.1 \ 218 javah.1 \ 219 javap.1 \ 220 jconsole.1 \ 221 jcmd.1 \ 222 jdb.1 \ 223 jdeps.1 \ 224 jinfo.1 \ 225 jmap.1 \ 226 jps.1 \ 227 jrunscript.1 \ 228 jsadebugd.1 \ 229 jstack.1 \ |