]> sourceware.org Git - newlib-cygwin.git/commit
newlib: move man page generation into top-level build
authorMike Frysinger <vapier@gentoo.org>
Sat, 22 Jan 2022 03:50:42 +0000 (22:50 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sat, 5 Feb 2022 05:17:54 +0000 (00:17 -0500)
commit6026ef29d8c847716a745bb6e11aa1d2c36a2b64
tree40480f5dca7020ed9a6aaa762e4faede55b1cf8d
parentfc2b4ffee0ec7697a02ae7185f1acb7927f2f115
newlib: move man page generation into top-level build

This allows building the libc & libm pages in parallel, and drops
the duplication in the subdirs with the chew/chapter settings.

The unused rules in Makefile.shared are left in place to minimize
noise in the change.
47 files changed:
newlib/Makefile.am
newlib/Makefile.in
newlib/doc/local.mk
newlib/libc/Makefile.am
newlib/libc/Makefile.in
newlib/libc/Makefile.inc
newlib/libc/ctype/Makefile.am
newlib/libc/ctype/Makefile.in
newlib/libc/iconv/Makefile.am
newlib/libc/iconv/Makefile.in
newlib/libc/locale/Makefile.am
newlib/libc/locale/Makefile.in
newlib/libc/misc/Makefile.am
newlib/libc/misc/Makefile.in
newlib/libc/posix/Makefile.am
newlib/libc/posix/Makefile.in
newlib/libc/reent/Makefile.am
newlib/libc/reent/Makefile.in
newlib/libc/search/Makefile.am
newlib/libc/search/Makefile.in
newlib/libc/signal/Makefile.am
newlib/libc/signal/Makefile.in
newlib/libc/ssp/Makefile.am
newlib/libc/ssp/Makefile.in
newlib/libc/stdio/Makefile.am
newlib/libc/stdio/Makefile.in
newlib/libc/stdio64/Makefile.am
newlib/libc/stdio64/Makefile.in
newlib/libc/stdlib/Makefile.am
newlib/libc/stdlib/Makefile.in
newlib/libc/string/Makefile.am
newlib/libc/string/Makefile.in
newlib/libc/time/Makefile.am
newlib/libc/time/Makefile.in
newlib/libm/Makefile.am
newlib/libm/Makefile.in
newlib/libm/Makefile.inc
newlib/libm/common/Makefile.am
newlib/libm/common/Makefile.in
newlib/libm/complex/Makefile.am
newlib/libm/complex/Makefile.in
newlib/libm/fenv/Makefile.am
newlib/libm/fenv/Makefile.in
newlib/libm/math/Makefile.am
newlib/libm/math/Makefile.in
newlib/libm/mathfp/Makefile.am
newlib/libm/mathfp/Makefile.in
This page took 0.041985 seconds and 5 git commands to generate.