mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 20:14:43 +02:00
6838211: jdk docs creation broken for tracing docs
Fix javadoc makefile macro Reviewed-by: ohair, jjg
This commit is contained in:
parent
06370a8f01
commit
c2ff547e1f
1 changed files with 1 additions and 1 deletions
|
@ -620,7 +620,7 @@ tracingdocs:
|
|||
@# ######## api-tracing ############################
|
||||
$(RM) -r $(TRACING_DOCDIR)
|
||||
$(MKDIR) -p $(TRACING_DOCDIR)
|
||||
$(JAVADOC) $(TRACING_JAVADOCFLAGS) \
|
||||
$(JAVADOC_CMD) $(TRACING_JAVADOCFLAGS) \
|
||||
$(TRACING_PKGS)
|
||||
|
||||
.PHONY: httpserverdocs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue