diff options
Diffstat (limited to 'Build/source/texk/web2c/uptexdir/am/uptex.am')
-rw-r--r-- | Build/source/texk/web2c/uptexdir/am/uptex.am | 27 |
1 files changed, 23 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/uptexdir/am/uptex.am b/Build/source/texk/web2c/uptexdir/am/uptex.am index 1a4ee00d4c0..4f56d6792a6 100644 --- a/Build/source/texk/web2c/uptexdir/am/uptex.am +++ b/Build/source/texk/web2c/uptexdir/am/uptex.am @@ -171,11 +171,15 @@ uptex_tests = \ uptexdir/uptriptest.test uptexdir/ptriptest.test \ uptexdir/upver.test \ uptexdir/upkcat.test \ - uptexdir/wcfname.test uptexdir/wcfname0.test + uptexdir/wcfname.test uptexdir/wcfname0.test \ + uptexdir/uptex-ofm.test uptexdir/uptex-prim.test \ + uptexdir/uptex-lmr.test uptexdir/uptex-noto.test uptexdir/uptriptest.log uptexdir/ptriptest.log: \ uptex$(EXEEXT) dvitype$(EXEEXT) pltotf$(EXEEXT) tftopl$(EXEEXT) uptexdir/upver.log uptexdir/upkcat.log \ - uptexdir/wcfname.log uptexdir/wcfname0.log: uptex$(EXEEXT) + uptexdir/wcfname.log uptexdir/wcfname0.log \ + uptexdir/uptex-ofm.log uptexdir/uptex-prim.log \ + uptexdir/uptex-lmr.log uptexdir/uptex-noto.log: uptex$(EXEEXT) upweb_tests = \ uptexdir/upbibtex.test \ uptexdir/updvitype.test \ @@ -263,12 +267,27 @@ DISTCLEANFILES += uptests/ygk256*.* DISTCLEANFILES += uptests/xskipjfmp.* ## uptexdir/uptriptest EXTRA_DIST += uptexdir/uptrip/uptrip.diffs uptexdir/uptrip/texmf.cnf +DISTCLEANFILES += uptrip.diffs + +## uptexdir/uptex-ofm.test +EXTRA_DIST += uptexdir/tests/up-ofm.tex uptexdir/tests/up-ofm.log \ + uptexdir/tests/up-ofma.typ +DISTCLEANFILES += up-ofm.* +## uptexdir/uptex-prim.test +EXTRA_DIST += uptexdir/tests/up-prim.tex uptexdir/tests/up-prim.log +DISTCLEANFILES += up-prim.* +## uptexdir/uptex-lmr.test +EXTRA_DIST += uptexdir/tests/lmr1.tex uptexdir/tests/up-lmr1.log \ + uptexdir/tests/lmr2.tex uptexdir/tests/up-lmr2.log +DISTCLEANFILES += up-lmr*.* +## uptexdir/uptex-noto.test +EXTRA_DIST += uptexdir/tests/noto1.tex uptexdir/tests/up-noto1.log +DISTCLEANFILES += up-noto*.* + uptrip.diffs: uptex$(EXEEXT) dvitype$(EXEEXT) pltotf$(EXEEXT) tftopl$(EXEEXT) $(triptrap_diffs) $@ .PHONY: uptrip-clean uptrip-clean: rm -rf uptripdir -DISTCLEANFILES += uptrip.diffs - # (end of uptex.am) |