This patch series is an attempt to cleanup a bit the Makefile regarding asciidoc stuff. It does not enable asciidoctor direct manpage creation, that's in a separate patch. Felipe Contreras (8): doc: standardize asciidoc calls doc: add an asciidoc helper doc: disable asciidoc-helper for asciidoctor doc: simplify the handling of interruptions doc: remove redundant rm doc: refactor common dependencies doc: improve asciidoc dependencies doc: join xml and man rules Documentation/Makefile | 45 +++++++++++++------------------- Documentation/asciidoc-helper.sh | 17 ++++++++++++ 2 files changed, 35 insertions(+), 27 deletions(-) create mode 100755 Documentation/asciidoc-helper.sh -- 2.31.1