6691494: doc build broken in tracingdocs
Wrong variable names in makefile Reviewed-by: tbell
This commit is contained in:
parent
cd24f6fc4a
commit
3c827ac2b0
@ -611,10 +611,10 @@ smartcardiodocs:
|
||||
.PHONY: tracingdocs
|
||||
tracingdocs:
|
||||
@# ######## api-tracing ############################
|
||||
$(RM) -r $(DTRACE_DOCDIR)
|
||||
$(MKDIR) -p $(DTRACE_DOCDIR)
|
||||
$(JAVADOC) $(DTRACE_JAVADOCFLAGS) \
|
||||
$(DTRACE_PKGS)
|
||||
$(RM) -r $(TRACING_DOCDIR)
|
||||
$(MKDIR) -p $(TRACING_DOCDIR)
|
||||
$(JAVADOC) $(TRACING_JAVADOCFLAGS) \
|
||||
$(TRACING_PKGS)
|
||||
|
||||
.PHONY: httpserverdocs
|
||||
httpserverdocs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user