diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-01-12 07:40:56 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-01-12 07:40:56 +0000 |
commit | 0de829485d275d17f89998dbbbde3f395bf857e6 (patch) | |
tree | a620ae3a87daa217c62577d6af846ded189ddcff /Build/source/texk/web2c/am | |
parent | d491195130658a9a332bf79d49dcc40a5af6244f (diff) |
texk/web2c: TFtoPL: Non-zero return code in case of problems and more tests
git-svn-id: svn://tug.org/texlive/trunk@36036 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/am')
-rw-r--r-- | Build/source/texk/web2c/am/web.am | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/Build/source/texk/web2c/am/web.am b/Build/source/texk/web2c/am/web.am index c7fa2b522b7..2448409ca34 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-2014 Peter Breitenlohner <tex-live@tug.org> +## Copyright (C) 2009-2015 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 \ @@ -183,15 +183,15 @@ DISTCLEANFILES += cmr10.gf tests/xcmr10.600gf ## pktype.test DISTCLEANFILES += tests/xcmr10.pktyp ## pltotf.test -DISTCLEANFILES += tests/badpl.* tests/xcmr10.tfm +DISTCLEANFILES += badpl.* tests/xcmr10.tfm ## pooltype.test DISTCLEANFILES += tests/xtexpool.typ ## tftopl.test -DISTCLEANFILES += tests/xcmr10.pl +DISTCLEANFILES += badtfm.* tests/xcmr10*.pl ## vftovp.test -DISTCLEANFILES += tests/xptmr.vpl +DISTCLEANFILES += badvf.* tests/xptmr*.vpl ## vptovf.test -DISTCLEANFILES += tests/badvpl.* tests/yptmr*.* +DISTCLEANFILES += badvpl.* tests/yptmr*.* ## weave.test DISTCLEANFILES += pooltype.tex @@ -202,6 +202,9 @@ EXTRA_DIST += \ tests/allbib.tex \ tests/apalike.bst \ tests/badpl.pl \ + tests/badtfm.tfm \ + tests/badvf.tfm \ + tests/badvf.vf \ tests/badvpl.vpl \ tests/batch.tex \ tests/check.log \ |