mbox series

[0/8] doc: asciidoc cleanups

Message ID 20210512222803.508446-1-felipe.contreras@gmail.com (mailing list archive)
Headers show
Series doc: asciidoc cleanups | expand

Message

Felipe Contreras May 12, 2021, 10:27 p.m. UTC
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