diff options
author | Mike Frysinger <vapier@gentoo.org> | 2022-01-01 20:28:37 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-01-07 15:54:10 -0500 |
commit | 54d77a0a56c1d33da1aaf96488877692562ba1f1 (patch) | |
tree | 30c395ff3b8515e8e389e09595a01497efb61998 /newlib/libc/Makefile.am | |
parent | 87bfe673a35be7a3546325708c44efe811ff1ab8 (diff) | |
download | newlib-54d77a0a56c1d33da1aaf96488877692562ba1f1.zip newlib-54d77a0a56c1d33da1aaf96488877692562ba1f1.tar.gz newlib-54d77a0a56c1d33da1aaf96488877692562ba1f1.tar.bz2 |
newlib: use .texi with libc & libm manuals
Newer automake warns that .texinfo extensions are discouraged in favor
of .texi, so rename the manuals to match.
Diffstat (limited to 'newlib/libc/Makefile.am')
-rw-r--r-- | newlib/libc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/Makefile.am b/newlib/libc/Makefile.am index 0789d5f4..944a5a4 100644 --- a/newlib/libc/Makefile.am +++ b/newlib/libc/Makefile.am @@ -223,7 +223,7 @@ targetdep.tex: stmp-targetdep ; @true $(SUBDEFS): stmp-targetdep ; @true TEXINFO_TEX = ../../texinfo/texinfo.tex -info_TEXINFOS = libc.texinfo +info_TEXINFOS = libc.texi libc_TEXINFOS = sigset.texi extra.texi posix.texi stdio64.texi iconvset.texi \ targetdep.tex $(SUBDEFS) |