From 4cfbad84bfbfa4570d3d8951fd08ee86d834e577 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Thu, 4 Mar 2010 13:39:09 +0000 Subject: new make target triptrap git-svn-id: svn://tug.org/texlive/trunk@17311 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Build/source/Makefile.in') diff --git a/Build/source/Makefile.in b/Build/source/Makefile.in index aa0d55aefc0..2221dd05e77 100644 --- a/Build/source/Makefile.in +++ b/Build/source/Makefile.in @@ -847,6 +847,11 @@ world: all skip: .PHONY: skip +# Special target to run TRIP and TRAP tests and create diffs. +.PHONY: triptrap +triptrap: + cd texk/web2c && $(MAKE) $(AM_MAKEFLAGS) $@ + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: -- cgit v1.2.3