提交 c3e34649 编写于 作者: K kamg

6691494: doc build broken in tracingdocs

Summary: Wrong variable names in makefile
Reviewed-by: tbell
上级 181f2bf9
......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册