jdk/make/docs/Makefile
changeset 2945 43a90b14c7ed
parent 2792 0d9dc3243c22
parent 2936 131e94bf12c3
child 4716 8e048acfd682
equal deleted inserted replaced
2902:dbb955b1ee59 2945:43a90b14c7ed
   643 .PHONY: tracingdocs
   643 .PHONY: tracingdocs
   644 tracingdocs:
   644 tracingdocs:
   645 	@# ######## api-tracing ############################
   645 	@# ######## api-tracing ############################
   646 	$(RM) -r $(TRACING_DOCDIR)
   646 	$(RM) -r $(TRACING_DOCDIR)
   647 	$(MKDIR) -p $(TRACING_DOCDIR)
   647 	$(MKDIR) -p $(TRACING_DOCDIR)
   648 	$(JAVADOC) $(TRACING_JAVADOCFLAGS)                     \
   648 	$(JAVADOC_CMD) $(TRACING_JAVADOCFLAGS)                     \
   649 		   $(TRACING_PKGS)
   649 		   $(TRACING_PKGS)
   650 
   650 
   651 .PHONY: httpserverdocs
   651 .PHONY: httpserverdocs
   652 httpserverdocs:
   652 httpserverdocs:
   653 	@# ######## api-httpserver #######################
   653 	@# ######## api-httpserver #######################