[PATCH 0/2] perf docs: Fix build with asciidoctor

Ben Hutchings posted 2 patches 10 months, 3 weeks ago
tools/perf/Documentation/Makefile       | 17 +++++++++--------
tools/perf/Documentation/perf-check.txt |  2 +-
2 files changed, 10 insertions(+), 9 deletions(-)
[PATCH 0/2] perf docs: Fix build with asciidoctor
Posted by Ben Hutchings 10 months, 3 weeks ago
Although I made a minor fix in 2023 for asciidoctor builds, I missed
an earlier regression from 2020 that had been fixed locally in the
Debian package but not upstream.  I'm sending 2 more fixes that should
make all manual pages build properly with asciidoctor.

However, given that asciidoctor support has been broken upstream for
nearly 5 years now, it might make more sense to remove it instead.  We
only moved to asciidoctor in Debian to remove a Python 2 dependency.
Since asciidoc was ported to Python 3 that's no longer a concern.

Ben.

Ben Hutchings (2):
  perf docs: Fix build with asciidoctor
  perf docs: Fix perf-check manual page built with asciidoctor

 tools/perf/Documentation/Makefile       | 17 +++++++++--------
 tools/perf/Documentation/perf-check.txt |  2 +-
 2 files changed, 10 insertions(+), 9 deletions(-)