On Tue, 2018-04-24 at 12:17 +0200, Takashi Iwai wrote: > Hi, > > this is a revised patchset to add the support for asciidoctor to > generate documents. The reason for adding this feature is that the > future of asciidoc isn't clear as it's written in python2, which is > now hated by all people out of sudden :) > > The asciidoctor support is enabled via configure option, the default > is still asciidoc for now. > > thanks, > > Takashi > > > v1->v2: > * more marker fixes to ndctl man pages > * skip superfluous xmlto processing for asciidoctor > * add .gitignore entries > * rebased to v60 > > v2->v3: > * fix the link processing regression in v2
Thanks for the fix! Looks good now, queued for v61. > > === > > Takashi Iwai (3): > Documentation: fix title and section markers > Documentation: Add the support for asciidoctor > Documentation: add asciidoctor-extensions.rb to .gitignore > > .gitignore | 2 ++ > Documentation/asciidoctor-extensions.rb.in | 30 > +++++++++++++++++++++++++++++ > Documentation/daxctl/Makefile.am | 29 > ++++++++++++++++++++++++++-- > Documentation/daxctl/daxctl-list.txt | 13 +++++++------ > Documentation/ndctl/Makefile.am | 29 > ++++++++++++++++++++++++++-- > Documentation/ndctl/ndctl-disable-dimm.txt | 2 +- > Documentation/ndctl/ndctl-enable-region.txt | 2 +- > Documentation/ndctl/ndctl-init-labels.txt | 15 ++++++++++----- > Documentation/ndctl/ndctl-list.txt | 13 ++++++++----- > Documentation/ndctl/ndctl-start-scrub.txt | 6 ++++-- > Documentation/ndctl/ndctl-wait-scrub.txt | 6 ++++-- > configure.ac | 17 ++++++++++++++-- > 12 files changed, 136 insertions(+), 28 deletions(-) > create mode 100644 Documentation/asciidoctor-extensions.rb.in _______________________________________________ Linux-nvdimm mailing list [email protected] https://lists.01.org/mailman/listinfo/linux-nvdimm
