diff options
Diffstat (limited to 'Build/source/texk/musixtnt/Makefile.am')
-rw-r--r-- | Build/source/texk/musixtnt/Makefile.am | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Build/source/texk/musixtnt/Makefile.am b/Build/source/texk/musixtnt/Makefile.am index 92de274a728..28a3ab94380 100644 --- a/Build/source/texk/musixtnt/Makefile.am +++ b/Build/source/texk/musixtnt/Makefile.am @@ -4,13 +4,11 @@ ## Copyright 2017 Karl Berry <tex-live@tug.org> ## Copyright 2015 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. -## + ## We want to re-distribute the whole musixtnt source tree. -## EXTRA_DIST = $(MUSIXTNT_TREE) ## Changes applied to the original source tree -## EXTRA_DIST += TLpatches # Files not to be distributed @@ -37,10 +35,10 @@ dist_man_MANS = \ @KPATHSEA_RULE@ ## Tests -## -TESTS_ENVIRONMENT = testsrc="$(srcdir)/$(MUSIXTNT_TREE)/tests" +AM_TESTS_ENVIRONMENT = testsrc="$(srcdir)/$(MUSIXTNT_TREE)/tests"; export testsrc; +# TESTS = $(MUSIXTNT_TREE)/msxlint.test $(MUSIXTNT_TREE)/msxlint.log: msxlint$(EXEEXT) + DISTCLEANFILES = linttest.* NEVER_DIST += $(TESTS:.test=.log) $(TESTS:.test=.trs) - |