summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/am/texmf.am
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2014-01-17 08:29:40 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2014-01-17 08:29:40 +0000
commit46bf89c67558df91d6a66b1fbb084a77304a802f (patch)
treef35bc688791d2735c3f7127b71d8ddcd5fe67a3e /Build/source/texk/web2c/am/texmf.am
parentcf2d23360ee1162fe86b0d284eae8e67620e309d (diff)
TeX & Co: Rename trip.test => triptest, trap.test => mftraptest, etc
git-svn-id: svn://tug.org/texlive/trunk@32698 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/am/texmf.am')
-rw-r--r--Build/source/texk/web2c/am/texmf.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/Build/source/texk/web2c/am/texmf.am b/Build/source/texk/web2c/am/texmf.am
index 77c4673443c..60341d09b77 100644
--- a/Build/source/texk/web2c/am/texmf.am
+++ b/Build/source/texk/web2c/am/texmf.am
@@ -1,6 +1,6 @@
## texk/web2c/am/texmf.am: Makefile fragment for TeX and MF.
##
-## Copyright (C) 2009-2013 Peter Breitenlohner <tex-live@tug.org>
+## Copyright (C) 2009-2014 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
## Common for MF and TeX
@@ -73,7 +73,7 @@ DISTCLEANFILES += $(nodist_tex_SOURCES) tex-final.ch tex-web2c \
# TeX tests
#
-tex_tests = trip.test tests/write18-quote-test.pl
+tex_tests = triptest tests/write18-quote-test.pl
EXTRA_DIST += $(tex_tests)
EXTRA_DIST += tests/write18-quote.tex
if TEX
@@ -87,7 +87,7 @@ DISTCLEANFILES += trip.diffs
## tests/write18-quote-test.pl
DISTCLEANFILES += write18-quote.log
-## trip.test
+## triptest
trip.diffs: tex$(EXEEXT)
$(triptrap_diffs) $@
.PHONY: trip-clean
@@ -181,7 +181,7 @@ DISTCLEANFILES += $(nodist_libmf_a_SOURCES) mf-final.ch mf-web2c \
# Metafont tests
#
-mf_tests = trap.test
+mf_tests = mftraptest
EXTRA_DIST += $(mf_tests)
if MF
TESTS += $(mf_tests)
@@ -190,7 +190,7 @@ TRIPTRAP += mftrap.diffs
TRIPTRAP_CLEAN += trap-clean
endif MF
-## trap.test
+## mftraptest
mftrap.diffs: mf$(EXEEXT)
$(triptrap_diffs) $@
.PHONY: trap-clean