The libtraceevent documentation building structure was gotten from perf. The variable, used when generating HTML documentation, was not updated and the libtraceevent version is not passed correctly. Signed-off-by: Tzvetomir Stoyanov (VMware) <tz.stoyanov@xxxxxxxxx> --- Documentation/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Makefile b/Documentation/Makefile index 2dba73c..21bcd5e 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -213,5 +213,5 @@ $(OUTPUT)%.xml : %.txt $(MAN_HTML): $(OUTPUT)%.html : %.txt $(QUIET_ASCIIDOC)$(RM) $@+ $@ && \ $(ASCIIDOC) -b $(ASCIIDOC_HTML) -d manpage \ - $(ASCIIDOC_EXTRA) -aperf_version=$(EVENT_PARSE_VERSION) -o $@+ $< && \ + $(ASCIIDOC_EXTRA) -alibtraceevent_version=$(EVENT_PARSE_VERSION) -o $@+ $< && \ mv $@+ $@ -- 2.29.2