diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-12-07 11:21:45 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-12-07 11:21:45 +0000 |
commit | 3bbd721df0882f2147bb324f257b66754476fcbf (patch) | |
tree | 10f24bd83f4bf8c4cba5c438044366f427ea6865 /Build/source/texk/web2c/am | |
parent | 12fc55ea548adddbfde8062da475dff9322f52af (diff) |
Correctly handle 'vptovf foo.vpl bar vf' and 'ovp2ovf foo.ovp bar.ovf' (from TANAKA Takuji)
pltotf, tftopl, vftovp, vptovf: Verify test output files
git-svn-id: svn://tug.org/texlive/trunk@32351 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/am')
-rw-r--r-- | Build/source/texk/web2c/am/web.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/am/web.am b/Build/source/texk/web2c/am/web.am index 60c0746828a..1efa64b198f 100644 --- a/Build/source/texk/web2c/am/web.am +++ b/Build/source/texk/web2c/am/web.am @@ -1,6 +1,6 @@ ## texk/web2c/am/web.am: Makefile fragment for normal web programs (except tangle). ## -## Copyright (C) 2009-2011 Peter Breitenlohner <tex-live@tug.org> +## Copyright (C) 2009-2013 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. web_programs = bibtex dvicopy dvitype gftodvi gftopk gftype mft \ @@ -191,7 +191,7 @@ DISTCLEANFILES += tests/xcmr10.pl ## vftovp.test DISTCLEANFILES += tests/xptmr.vpl ## vptovf.test -DISTCLEANFILES += tests/xptmr.tfm tests/xptmr.vf +DISTCLEANFILES += tests/yptmr*.* ## weave.test DISTCLEANFILES += pooltype.tex |