diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-03-04 13:39:09 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-03-04 13:39:09 +0000 |
commit | 4cfbad84bfbfa4570d3d8951fd08ee86d834e577 (patch) | |
tree | ae28fa75d23866396b8e482c1da5cb70f3cecf90 /Build/source/Makefile.am | |
parent | eae91dcae12cec7698738cae0368b981df5b314c (diff) |
new make target triptrap
git-svn-id: svn://tug.org/texlive/trunk@17311 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/Makefile.am')
-rw-r--r-- | Build/source/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Build/source/Makefile.am b/Build/source/Makefile.am index 2569790aa76..bd1510d5072 100644 --- a/Build/source/Makefile.am +++ b/Build/source/Makefile.am @@ -61,3 +61,8 @@ check_target = check endif !cross_compiling skip: .PHONY: skip + +# Special target to run TRIP and TRAP tests and create diffs. +.PHONY: triptrap +triptrap: + cd texk/web2c && $(MAKE) $(AM_MAKEFLAGS) $@ |