aboutsummaryrefslogtreecommitdiff
path: root/newlib/Makefile.am
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-01-21 21:50:20 -0500
committerMike Frysinger <vapier@gentoo.org>2022-02-04 23:57:12 -0500
commitfc2b4ffee0ec7697a02ae7185f1acb7927f2f115 (patch)
treeffeef100a30966fce8e55fb3b82fa1db41f0c852 /newlib/Makefile.am
parent44f6310bf93748ca1d55abcb9a2c82a432643256 (diff)
downloadnewlib-fc2b4ffee0ec7697a02ae7185f1acb7927f2f115.zip
newlib-fc2b4ffee0ec7697a02ae7185f1acb7927f2f115.tar.gz
newlib-fc2b4ffee0ec7697a02ae7185f1acb7927f2f115.tar.bz2
newlib: libc: move manual into top-level build
This doesn't migrate all the docs, just the libc's manual (pdf/info). This is to show the basic form of migrating the chew files. For subdirs that didn't have any docs, I've stripped their settings for clarity. If someone wanted to suddenly add docs, they can add the corresponding Makefile.inc files easily.
Diffstat (limited to 'newlib/Makefile.am')
-rw-r--r--newlib/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/Makefile.am b/newlib/Makefile.am
index a4cb965..99fa0d7 100644
--- a/newlib/Makefile.am
+++ b/newlib/Makefile.am
@@ -524,6 +524,7 @@ endif
if HAVE_ICONVDATA
include iconvdata/Makefile.inc
endif
+include libc/Makefile.inc
include libm/Makefile.inc
.PHONY: $(PHONY)