diff options
Diffstat (limited to 'Build/source/texk/web2c/etexdir/am/etex.am')
-rw-r--r-- | Build/source/texk/web2c/etexdir/am/etex.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/etexdir/am/etex.am b/Build/source/texk/web2c/etexdir/am/etex.am index 90793c47ba1..008aeebc65a 100644 --- a/Build/source/texk/web2c/etexdir/am/etex.am +++ b/Build/source/texk/web2c/etexdir/am/etex.am @@ -85,12 +85,12 @@ if ETEX TESTS += $(etex_tests) check_PROGRAMS += dvitype pltotf tftopl TRIPTRAP += etrip.diffs +TRIPTRAP_CLEAN += etrip-clean endif ETEX DISTCLEANFILES += etrip.diffs -.PHONY: etrip-clean -clean-local:: etrip-clean # etrip.test +.PHONY: etrip-clean etrip-clean: rm -f trip.tfm trip.pl trip.tex trip.fmt ctripin.fot ctripin.log rm -f ctrip.fot ctrip.log trip.dvi ctrip.typ |