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