summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtex8/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/bibtex8/Makefile.am')
-rw-r--r--Build/source/texk/bibtex8/Makefile.am11
1 files changed, 10 insertions, 1 deletions
diff --git a/Build/source/texk/bibtex8/Makefile.am b/Build/source/texk/bibtex8/Makefile.am
index 4e37a61529a..a1c987f885c 100644
--- a/Build/source/texk/bibtex8/Makefile.am
+++ b/Build/source/texk/bibtex8/Makefile.am
@@ -59,9 +59,18 @@ dist_btdoc_DATA = \
csfile.txt \
file_id.diz
+## Tests.
+##
+TESTS = tests/bibtex.test
+EXTRA_DIST = $(TESTS)
+DISTCLEANFILES =
+
+## bibtex.test
+DISTCLEANFILES += tests/xexampl.aux tests/xexampl.bbl tests/xexampl.blg
+
## Not used
##
-EXTRA_DIST = \
+EXTRA_DIST += \
bt371csf.zip \
dos-dj.mak \
dos-emx.mak \