[PATCH 5/5] Generate manpages for functions in chapter sys.tex
Jon Turney <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
Also generate manpages for functions in chapter sys.tex, omitted in error. --- newlib/libc/libc.in.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/newlib/libc/libc.in.xml b/newlib/libc/libc.in.xml index 6afae0d7b..7bdbb22e3 100644 --- a/newlib/libc/libc.in.xml +++ b/newlib/libc/libc.in.xml @@ -22,7 +22,7 @@ <xi:include href="time.xml"/> <xi:include href="locale.xml"/> - <!-- reent.tex contains fixed content and nothing seems to include the .def made in reent/ --> + <!-- reent.tex contains fixed content --> <xi:include href="misc.xml"/> <!-- posix is optional --> @@ -37,6 +37,8 @@ </xi:include> <!-- ssp.tex contains fixed content --> + <xi:include href="sys.xml"/> <!-- sys.tex includes the .def files made in reent/ --> + <!-- processing should insert index here --> <index/> -- 2.36.0