aboutsummaryrefslogtreecommitdiff
path: root/newlib/Makefile.am
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-01-21 02:12:26 -0500
committerMike Frysinger <vapier@gentoo.org>2022-02-04 19:39:05 -0500
commit3365bd2f7a8926457e13699c827a59b0c547bbd2 (patch)
treee3459a92f81ccfc914d22def41c4f41c96a62ff5 /newlib/Makefile.am
parent67c600b99545390c9ebaf96a84f47c3614e492ce (diff)
downloadnewlib-3365bd2f7a8926457e13699c827a59b0c547bbd2.zip
newlib-3365bd2f7a8926457e13699c827a59b0c547bbd2.tar.gz
newlib-3365bd2f7a8926457e13699c827a59b0c547bbd2.tar.bz2
newlib: libm: move manual into top-level build
This doesn't migrate all the docs, just the libm's manual (pdf/info). This is to show the basic form of migrating the chew files.
Diffstat (limited to 'newlib/Makefile.am')
-rw-r--r--newlib/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/newlib/Makefile.am b/newlib/Makefile.am
index 7180025..a4cb965 100644
--- a/newlib/Makefile.am
+++ b/newlib/Makefile.am
@@ -5,6 +5,8 @@ ACLOCAL_AMFLAGS = -I . -I .. -I ../config
# Variables that will accumulate in subdirs.
PHONY =
+SUFFIXES =
+info_TEXINFOS =
noinst_DATA =
pkglib_LTLIBRARIES =
@@ -510,11 +512,18 @@ check-DEJAGNU: site.exp
clean-local:
-rm -rf targ-include newlib.h _newlib_version.h stamp-*
+# Workaround bad automake/texinfo interactions.
+# https://bugs.gnu.org/23599
+TEXI2DVI = texi2dvi -E
+
+TEXINFO_TEX = ../texinfo/texinfo.tex
+
if HAVE_DOC
include doc/local.mk
endif
if HAVE_ICONVDATA
include iconvdata/Makefile.inc
endif
+include libm/Makefile.inc
.PHONY: $(PHONY)