提交 c3e34649 编写于 作者: K kamg

6691494: doc build broken in tracingdocs

Summary: Wrong variable names in makefile
Reviewed-by: tbell
上级 181f2bf9
...@@ -611,10 +611,10 @@ smartcardiodocs: ...@@ -611,10 +611,10 @@ smartcardiodocs:
.PHONY: tracingdocs .PHONY: tracingdocs
tracingdocs: tracingdocs:
@# ######## api-tracing ############################ @# ######## api-tracing ############################
$(RM) -r $(DTRACE_DOCDIR) $(RM) -r $(TRACING_DOCDIR)
$(MKDIR) -p $(DTRACE_DOCDIR) $(MKDIR) -p $(TRACING_DOCDIR)
$(JAVADOC) $(DTRACE_JAVADOCFLAGS) \ $(JAVADOC) $(TRACING_JAVADOCFLAGS) \
$(DTRACE_PKGS) $(TRACING_PKGS)
.PHONY: httpserverdocs .PHONY: httpserverdocs
httpserverdocs: httpserverdocs:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册