diff options
author | Karl Berry <karl@freefriends.org> | 2019-12-17 19:24:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-12-17 19:24:59 +0000 |
commit | 4c124f70e22deecce385bd0164cabbc6e1946fe0 (patch) | |
tree | d99dfcf4c332926784b2fba80f83698b6b85ad9c /Build/source/texk/web2c/am | |
parent | 10a7ffb1a8491cbb46e496c3aad5ef20a8cb4217 (diff) |
avoid closing already-closed \openout file
git-svn-id: svn://tug.org/texlive/trunk@53155 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/am')
-rw-r--r-- | Build/source/texk/web2c/am/texmf.am | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/am/texmf.am b/Build/source/texk/web2c/am/texmf.am index 2ec67cbd27a..cb8dde2b4ec 100644 --- a/Build/source/texk/web2c/am/texmf.am +++ b/Build/source/texk/web2c/am/texmf.am @@ -1,6 +1,8 @@ +## $Id$ ## texk/web2c/am/texmf.am: Makefile fragment for TeX and MF. ## -## Copyright (C) 2009-2015 Peter Breitenlohner <tex-live@tug.org> +## Copyright 2015-2019 Karl Berry <tex-live@tug.org> +## Copyright 2009-2015 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. ## Common for MF and TeX @@ -73,9 +75,9 @@ DISTCLEANFILES += $(nodist_tex_SOURCES) tex-final.ch tex-web2c \ # TeX tests # -tex_tests = triptest.test tests/write18-quote-test.pl +tex_tests = triptest.test tests/write18-quote-test.pl tests/tex-closeout.test triptest.log: tex$(EXEEXT) dvitype$(EXEEXT) pltotf$(EXEEXT) tftopl$(EXEEXT) -tests/write18-quote-test.log: tex$(EXEEXT) +tests/write18-quote-test.log tests/tex-closeout.test: tex$(EXEEXT) EXTRA_DIST += $(tex_tests) EXTRA_DIST += tests/write18-quote.tex if TEX |