diff options
Diffstat (limited to 'Build/source/texk/bibtex8/Makefile.am')
-rw-r--r-- | Build/source/texk/bibtex8/Makefile.am | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Build/source/texk/bibtex8/Makefile.am b/Build/source/texk/bibtex8/Makefile.am index a1c987f885c..fded8d43632 100644 --- a/Build/source/texk/bibtex8/Makefile.am +++ b/Build/source/texk/bibtex8/Makefile.am @@ -61,12 +61,17 @@ dist_btdoc_DATA = \ ## Tests. ## -TESTS = tests/bibtex.test +TESTS = tests/bibtex.test tests/sort.test EXTRA_DIST = $(TESTS) DISTCLEANFILES = - -## bibtex.test +## tests/bibtex.test DISTCLEANFILES += tests/xexampl.aux tests/xexampl.bbl tests/xexampl.blg +## tests/sort.test +EXTRA_DIST += tests/sort.aux \ + tests/sort1.bbl tests/sort2.bbl tests/sort3.bbl \ + tests/sort1.csf tests/sort2.csf tests/sort3.csf \ + tests/testdata.bib tests/teststyle.bst +DISTCLEANFILES += tests/xsort.aux tests/xsort.bbl tests/xsort.blg ## Not used ## |