From 58e80ab803772a02d2080e667fa51bf163db172e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 5 Jun 2019 19:27:30 +0100 Subject: [PATCH] build: skip tools tests and doc subdirs We don't need them, but there is no option to disable them, and they cause build failures. --- Makefile.am | 2 +- Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 50ce6f3..4eee4f2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -374,7 +374,7 @@ target_vendor = @target_vendor@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -SUBDIRS = . tools tests doc +SUBDIRS = . OGGDIR = built-streams kateincdir = $(includedir)/kate katepcdir = $(libdir)/pkgconfig -- 2.27.0.windows.1