On Thu, Oct 7, 2021 at 1:22 AM Vishal Verma <[email protected]> wrote: > > Add library API documentation for libcxl(3) using the existing > asciidoc(tor) build system. Add a section 3 man page for 'libcxl' that > provides an overview of the library and its usage, and a man page for > the 'cxl_new()' API. > > Cc: Ben Widawsky <[email protected]> > Cc: Dan Williams <[email protected]> > Signed-off-by: Vishal Verma <[email protected]>
Looks good to me: Reviewed-by: Dan Williams <[email protected]> > --- > Documentation/cxl/lib/cxl_new.txt | 43 +++++++++++++++++++++++ > Documentation/cxl/lib/libcxl.txt | 56 +++++++++++++++++++++++++++++ > configure.ac | 1 + > Makefile.am | 1 + > .gitignore | 3 ++ > Documentation/cxl/lib/Makefile.am | 58 +++++++++++++++++++++++++++++++ For the meson conversion I have hopes to be able to unify all these duplicated custom build rules, but as far as I can see even Meson requires this duplication and can't share build templates.
