This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] fix libm documentation section order


Patch checked in.

-- Jeff J.

Bob Wilson wrote:
The documentation for functions in libm/common is handled differently than functions in libm/math[fp], with the result that the order of the sections does not match the @menu list and these sections are not placed on separate pages like the other sections.

This patch changes to handle the docs for libm/common in the same way as libm/math[fp]. Instead of including the .def files in common.tex, they are included individually in math[fp].tex, in the same order (alphabetical) as the menu, and separated by @page.

2005-10-11 Bob Wilson <bob.wilson@acm.org>

        * libm/common/Makefile.am (doc): Do not append to $(TARGETDOC).
        * libm/common/Makefile.in: Regenerate.
        * libm/common/common.tex: Delete file.
        * libm/math/math.tex: Include .def files from common/.
        * libm/mathfp/mathfp.tex: Likewise.




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]