Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-01-21 10:12:26 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-05 03:39:05 +0300
commit3365bd2f7a8926457e13699c827a59b0c547bbd2 (patch)
treee3459a92f81ccfc914d22def41c4f41c96a62ff5 /newlib/Makefile.am
parent67c600b99545390c9ebaf96a84f47c3614e492ce (diff)
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 718002535..a4cb965c2 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)