diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-01-15 13:34:06 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-01-15 13:34:06 +0000 |
commit | 948a54cc84456123b69a9b614326df2284d1031c (patch) | |
tree | d8b0262ad65fbdd133ae4e3a0f69252e0a57234a /Build/source/texk/web2c/uptexdir/am | |
parent | 1f09e19d2d4aa39249771dc1537e2752fe75a420 (diff) |
texk/web2c: Enable parallel-tests
git-svn-id: svn://tug.org/texlive/trunk@28841 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/uptexdir/am')
-rw-r--r-- | Build/source/texk/web2c/uptexdir/am/uptex.am | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Build/source/texk/web2c/uptexdir/am/uptex.am b/Build/source/texk/web2c/uptexdir/am/uptex.am index 63af2121a76..ab265786dc3 100644 --- a/Build/source/texk/web2c/uptexdir/am/uptex.am +++ b/Build/source/texk/web2c/uptexdir/am/uptex.am @@ -1,6 +1,6 @@ ## texk/web2c/uptexdir/am/uptex.am: Makefile fragment for upTeX. ## -## Copyright (C) 2011, 2012 Peter Breitenlohner <tex-live@tug.org> +## Copyright (C) 2011-2013 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. uptex_cppflags = $(PTEXENC_INCLUDES) $(AM_CPPFLAGS) @@ -194,10 +194,7 @@ uptrip.diffs: uptex$(EXEEXT) $(triptrap_diffs) $@ .PHONY: uptrip-clean uptrip-clean: - rm -f trip.tfm trip.pl trip.tex trip.fmt uptripin.fot uptripin.log - rm -f uptrip.fot uptrip.log trip.log trip.dvi trip.typ - rm -f uptrip.fot uptrip.log uptrip.dvi uptrip.typ - rm -f tripos.tex 8terminal.tex - rm -rf tfm + rm -rf uptripdir + DISTCLEANFILES += uptrip.diffs |