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-02-02 07:46:57 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-10 04:01:40 +0300
commit492e5fe8b0863e15ffd5a269e42b60fabfc5f5db (patch)
tree8d2667fad13a6686c0bf5c6659b61cbeafcd4923 /libgloss/Makefile.am
parent7517551007edda5b72cdab774abe0dcce835a9b9 (diff)
libgloss: merge doc into top-level Makefile
Avoid a recursive make with this tiny subdir to speed things up a bit.
Diffstat (limited to 'libgloss/Makefile.am')
-rw-r--r--libgloss/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/libgloss/Makefile.am b/libgloss/Makefile.am
index 0779da76d..81ba50a70 100644
--- a/libgloss/Makefile.am
+++ b/libgloss/Makefile.am
@@ -3,6 +3,7 @@
ACLOCAL_AMFLAGS = -I . -I .. -I ../config
# Variables that will accumulate in subdirs.
+info_TEXINFOS =
PHONY =
SUBDIRS = @subdirs@ .
@@ -36,3 +37,9 @@ FLAGS_TO_PASS = \
"DESTDIR=$(DESTDIR)"
include $(top_srcdir)/../multilib.am
+
+TEXINFO_TEX = ../texinfo/texinfo.tex
+
+if HAVE_DOC
+include doc/Makefile.inc
+endif