acadia-newlib/newlib/doc
Jon Turney a9d2d7baae Fix warning about duplicate id in docbook XML
../newlib/libc/libc.xml:22242: element refentry: validity error : ID iconv already defined
    <refentry id="iconv">

Use a separate namespace for chaper ids, to avoid collision between the
ids for the chapter and function 'iconv', now that iconv documentation
is generated unconditionally.
2022-05-04 17:06:07 -04:00
..
.gitignore
Makefile.inc newlib: libc: merge build up a directory 2022-03-16 21:18:25 -04:00
chapter-texi2docbook.py Fix warning about duplicate id in docbook XML 2022-05-04 17:06:07 -04:00
doc.str
makedoc.c newlib/doc/makedoc.c: if realloc() fails, exit with an error message. 2021-06-17 16:48:47 -05:00
makedocbook.py