From c691b8fa6eae1f55881f4890445314a4b2f42d27 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Sat, 6 Apr 2024 14:39:16 +0100 Subject: [PATCH] Makefile.am: include DEFAULT_IGNORE_LIST in doc_deps --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index d5218eb..d6e004f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,10 +34,10 @@ pmstow_DATA = lib/Stow/Util.pm export TEXI2DVI_BUILD_MODE = clean -doc_deps = $(info_TEXINFOS) doc/version.texi - DEFAULT_IGNORE_LIST = $(srcdir)/default-ignore-list +doc_deps = $(info_TEXINFOS) doc/version.texi $(DEFAULT_IGNORE_LIST) + TESTS_DIR = $(srcdir)/t TESTS_OUT = tmp-testing-trees TESTS_ENVIRONMENT = $(PERL) -Ibin -Ilib -I$(TESTS_DIR)