From 041ea4106881a3434e63ca95a38c911515793f09 Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Fri, 24 Jun 2016 21:50:15 +0100 Subject: Make newlib manpages via DocBook XML (v3) Add makedocbook, a tool to process makedoc markup and output DocBook XML refentries. Process all the source files which are processed with makedoc with makedocbook as well Add chapter-texi2docbook, a tool to automatically generate DocBook XML chapter files from the chapter .texi files. For generating man pages all we care about is the content of the refentries, so all this needs to do is convert the @include of the makedoc generated .def files to xi:include of the makedocbook generated .xml files. Add skeleton Docbook XML book files, lib[cm].in.xml which include these generated chapters, which in turn include the generated files containing refentries, which is processed with xsltproc to generate the lib[cm].xml Add new make targets to generate and install man pages from lib[cm].xml --- newlib/man.xsl | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 newlib/man.xsl (limited to 'newlib/man.xsl') diff --git a/newlib/man.xsl b/newlib/man.xsl new file mode 100644 index 000000000..a0e2736b0 --- /dev/null +++ b/newlib/man.xsl @@ -0,0 +1,13 @@ + + + + + + + + + + + + + -- cgit v1.2.3