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/am/texmf.am | |
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/am/texmf.am')
-rw-r--r-- | Build/source/texk/web2c/am/texmf.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/am/texmf.am b/Build/source/texk/web2c/am/texmf.am index e74c437214f..74c8338b91d 100644 --- a/Build/source/texk/web2c/am/texmf.am +++ b/Build/source/texk/web2c/am/texmf.am @@ -77,6 +77,8 @@ endif TEX DISTCLEANFILES += trip.diffs # trip.test +trip.diffs: tex$(EXEEXT) + $(triptrap_diffs) $@ .PHONY: trip-clean trip-clean: rm -f trip.tfm trip.pl trip.tex trip.fmt tripin.fot tripin.log @@ -174,6 +176,8 @@ TRIPTRAP_CLEAN += trap-clean endif MF # trap.test +mftrap.diffs: mf$(EXEEXT) + $(triptrap_diffs) $@ .PHONY: trap-clean trap-clean: rm -f trap.mf trap.base |