diff options
Diffstat (limited to 'Build/source/texk/web2c/uptexdir')
-rw-r--r-- | Build/source/texk/web2c/uptexdir/ChangeLog | 6 | ||||
-rw-r--r-- | Build/source/texk/web2c/uptexdir/am/uptex.am | 6 | ||||
-rwxr-xr-x | Build/source/texk/web2c/uptexdir/uptriptest (renamed from Build/source/texk/web2c/uptexdir/uptrip.test) | 0 |
3 files changed, 9 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/uptexdir/ChangeLog b/Build/source/texk/web2c/uptexdir/ChangeLog index f0973043566..6579b0b77df 100644 --- a/Build/source/texk/web2c/uptexdir/ChangeLog +++ b/Build/source/texk/web2c/uptexdir/ChangeLog @@ -1,3 +1,9 @@ +2014-01-17 Peter Breitenlohner <peb@mppmu.mpg.de> + + * uptrip.test (removed): Renamed ... + * uptriptest (new): ... into this. + * am/uptex.am: Adapted. + 2013-12-31 Peter Breitenlohner <peb@mppmu.mpg.de> * tests/min10.pl, tests/min10.pl: Don't write SEVENBITSAFEFLAG diff --git a/Build/source/texk/web2c/uptexdir/am/uptex.am b/Build/source/texk/web2c/uptexdir/am/uptex.am index 6b486f73962..9cc6b12a101 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-2013 Peter Breitenlohner <tex-live@tug.org> +## Copyright (C) 2011-2014 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. uptex_cppflags = $(PTEXENC_INCLUDES) $(AM_CPPFLAGS) @@ -11,7 +11,7 @@ up_tangle = $(tangle_silent)WEBINPUTS=.:$(srcdir)/uptexdir:$(srcdir) $(buildenv) upweb_programs = upbibtex updvitype uppltotf uptftopl # upTeX Tests -uptex_tests = uptexdir/uptrip.test +uptex_tests = uptexdir/uptriptest upweb_tests = \ uptexdir/upbibtex.test \ uptexdir/updvitype.test \ @@ -193,7 +193,7 @@ DISTCLEANFILES += uptests/xcmr10.pl EXTRA_DIST += uptexdir/tests/min10.pl uptexdir/tests/min10.tfm EXTRA_DIST += uptexdir/tests/tmin10.pl uptexdir/tests/tmin10.tfm DISTCLEANFILES += uptests/x*min10.* -## uptexdir/uptrip.test +## uptexdir/uptriptest EXTRA_DIST += uptexdir/uptrip/uptrip.diffs uptexdir/uptrip/texmf.cnf uptrip.diffs: uptex$(EXEEXT) $(triptrap_diffs) $@ diff --git a/Build/source/texk/web2c/uptexdir/uptrip.test b/Build/source/texk/web2c/uptexdir/uptriptest index e7b384cf825..e7b384cf825 100755 --- a/Build/source/texk/web2c/uptexdir/uptrip.test +++ b/Build/source/texk/web2c/uptexdir/uptriptest |