diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-01-17 16:51:41 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-01-17 16:51:41 +0000 |
commit | d8b883ed91f5f30bd58b6c47f393b654175cddc6 (patch) | |
tree | 4f34195ea5e15bf5aa7f3fc690f31b81f154421d /Build/source/texk/web2c/ptexdir | |
parent | 1b99b81200ed26f5b472381865cf0c1324494390 (diff) |
Add make targets trip.diffs, mftrap.diffs, mptrap.diffs, etc
git-svn-id: svn://tug.org/texlive/trunk@21100 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/ptexdir')
-rw-r--r-- | Build/source/texk/web2c/ptexdir/ChangeLog | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/ptexdir/am/ptex.am | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/ptexdir/ChangeLog b/Build/source/texk/web2c/ptexdir/ChangeLog index 70372af5b16..dd270f6c6f8 100644 --- a/Build/source/texk/web2c/ptexdir/ChangeLog +++ b/Build/source/texk/web2c/ptexdir/ChangeLog @@ -2,6 +2,8 @@ * ptex-base.ch: banner_k==banner for pTeX. + * am/ptex.am (ptrip.diffs): Use $(triptrap_diffs). + 2011-01-14 Peter Breitenlohner <peb@mppmu.mpg.de> * am/ptex.am (ptrip-clean): Use TRIPTRAP_CLEAN. diff --git a/Build/source/texk/web2c/ptexdir/am/ptex.am b/Build/source/texk/web2c/ptexdir/am/ptex.am index df62eeb7c8b..c07411f1196 100644 --- a/Build/source/texk/web2c/ptexdir/am/ptex.am +++ b/Build/source/texk/web2c/ptexdir/am/ptex.am @@ -214,6 +214,8 @@ EXTRA_DIST += ptexdir/tests/tmin10.pl ptexdir/tests/tmin10.tfm DISTCLEANFILES += tests/x*min10.* ## ptexdir/ptrip.test EXTRA_DIST += ptexdir/ptrip.diffs +ptrip.diffs: ptex$(EXEEXT) + $(triptrap_diffs) $@ .PHONY: ptrip-clean ptrip-clean: rm -f trip.tfm trip.pl trip.tex trip.fmt ptripin.fot ptripin.log |