Makefile.am: include DEFAULT_IGNORE_LIST in doc_deps
This commit is contained in:
parent
2a647d125f
commit
c691b8fa6e
1 changed files with 2 additions and 2 deletions
|
@ -34,10 +34,10 @@ pmstow_DATA = lib/Stow/Util.pm
|
||||||
|
|
||||||
export TEXI2DVI_BUILD_MODE = clean
|
export TEXI2DVI_BUILD_MODE = clean
|
||||||
|
|
||||||
doc_deps = $(info_TEXINFOS) doc/version.texi
|
|
||||||
|
|
||||||
DEFAULT_IGNORE_LIST = $(srcdir)/default-ignore-list
|
DEFAULT_IGNORE_LIST = $(srcdir)/default-ignore-list
|
||||||
|
|
||||||
|
doc_deps = $(info_TEXINFOS) doc/version.texi $(DEFAULT_IGNORE_LIST)
|
||||||
|
|
||||||
TESTS_DIR = $(srcdir)/t
|
TESTS_DIR = $(srcdir)/t
|
||||||
TESTS_OUT = tmp-testing-trees
|
TESTS_OUT = tmp-testing-trees
|
||||||
TESTS_ENVIRONMENT = $(PERL) -Ibin -Ilib -I$(TESTS_DIR)
|
TESTS_ENVIRONMENT = $(PERL) -Ibin -Ilib -I$(TESTS_DIR)
|
||||||
|
|
Loading…
Reference in a new issue