Re: [PATCH] newlib: use .texi with libc & libm manuals
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On Jan 1 20:29, Mike Frysinger wrote:
> Newer automake warns that .texinfo extensions are discouraged in favor
> of .texi, so rename the manuals to match.
> ---
> newlib/libc/Makefile.am | 2 +-
> newlib/libc/Makefile.in | 20 ++++++++++----------
> newlib/libc/libc.in.xml | 2 +-
> newlib/libc/{libc.texinfo => libc.texi} | 0
> newlib/libm/Makefile.am | 2 +-
> newlib/libm/Makefile.in | 20 ++++++++++----------
> newlib/libm/configure | 2 +-
> newlib/libm/configure.ac | 2 +-
> newlib/libm/{libm.texinfo => libm.texi} | 0
> 9 files changed, 25 insertions(+), 25 deletions(-)
> rename newlib/libc/{libc.texinfo => libc.texi} (100%)
> rename newlib/libm/{libm.texinfo => libm.texi} (100%)
LGTM, please push.
Thanks,
Corinna