diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-01-09 10:14:16 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-01-09 10:14:16 +0000 |
commit | e60da209370adc8a249ba298f9c4272509c756d4 (patch) | |
tree | 64d90cae3865fa793c83efc52789c794817ff34d /Build/source/texk/web2c/am | |
parent | 6b58058e700ac61db7d20b1f06dcbe1b0d2c7db4 (diff) |
texk/web2c: Send diagnostic output from PLtoTF and VPtoVF to stderr
Non-zero return code in case of problems
git-svn-id: svn://tug.org/texlive/trunk@36005 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/am')
-rw-r--r-- | Build/source/texk/web2c/am/web.am | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/am/web.am b/Build/source/texk/web2c/am/web.am index 1efa64b198f..c7fa2b522b7 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-2013 Peter Breitenlohner <tex-live@tug.org> +## Copyright (C) 2009-2014 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 \ @@ -182,8 +182,8 @@ DISTCLEANFILES += tests/xpatout pattmp.4 DISTCLEANFILES += cmr10.gf tests/xcmr10.600gf ## pktype.test DISTCLEANFILES += tests/xcmr10.pktyp -## pltotf.tes -DISTCLEANFILES += tests/xcmr10.tfm +## pltotf.test +DISTCLEANFILES += tests/badpl.* tests/xcmr10.tfm ## pooltype.test DISTCLEANFILES += tests/xtexpool.typ ## tftopl.test @@ -191,7 +191,7 @@ DISTCLEANFILES += tests/xcmr10.pl ## vftovp.test DISTCLEANFILES += tests/xptmr.vpl ## vptovf.test -DISTCLEANFILES += tests/yptmr*.* +DISTCLEANFILES += tests/badvpl.* tests/yptmr*.* ## weave.test DISTCLEANFILES += pooltype.tex @@ -201,6 +201,8 @@ EXTRA_DIST += \ tests/allbib.aux \ tests/allbib.tex \ tests/apalike.bst \ + tests/badpl.pl \ + tests/badvpl.vpl \ tests/batch.tex \ tests/check.log \ tests/cmr10.600gf \ |