diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2015-03-12 17:22:23 +0000 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2015-03-16 15:02:22 +0000 |
commit | 44e5c14e089727b34a4ee8d48063259e4e23f674 (patch) | |
tree | eb9f12ecab997e44c2db82b72b3ce9b1d8759170 /newlib/libm | |
parent | b7f2a6c0a77b20664802b0ac8e724f4450bd5cff (diff) | |
download | cygnal-44e5c14e089727b34a4ee8d48063259e4e23f674.tar.gz cygnal-44e5c14e089727b34a4ee8d48063259e4e23f674.tar.bz2 cygnal-44e5c14e089727b34a4ee8d48063259e4e23f674.zip |
Fix newlib texinfo source so 'info libc' and 'info libm' work
If the newlib .info files are installed using install-info, 'info libc' and
'info libm' don't work.
This seems to be due to the formatting of the directory entry line not being
quite right, so fix that.
Also use @direntry texinfo command, rather than writing .info directory entry
literally.
Also use @dircategory texinfo command to place into 'Newlib' category, rather
than ending up in 'Miscellaneous'
newlib/ChangeLog:
2015-03-13 Jon TURNEY <jon.turney@dronecode.org.uk>
* libc/libc.texinfo: Fix directory entry.
* libm/libm.texinfo: Ditto.
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Diffstat (limited to 'newlib/libm')
-rw-r--r-- | newlib/libm/libm.texinfo | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/newlib/libm/libm.texinfo b/newlib/libm/libm.texinfo index f25984840..5c28975fa 100644 --- a/newlib/libm/libm.texinfo +++ b/newlib/libm/libm.texinfo @@ -4,9 +4,10 @@ @ifinfo @format -START-INFO-DIR-ENTRY -* libm:: An ANSI-C conforming mathematical library. -END-INFO-DIR-ENTRY +@dircategory Newlib +@direntry +* libm: (libm). An ANSI-C conforming mathematical library. +@end direntry @end format @end ifinfo |