From fc2b4ffee0ec7697a02ae7185f1acb7927f2f115 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 21 Jan 2022 21:50:20 -0500 Subject: 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. --- newlib/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'newlib/Makefile.am') diff --git a/newlib/Makefile.am b/newlib/Makefile.am index a4cb965c2..99fa0d77f 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) -- cgit v1.2.3