diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-07-10 09:42:52 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-07-10 09:42:52 +0000 |
commit | 29257ccc28919fcb506e6582fa5078ed0e542f70 (patch) | |
tree | b496bed4f943710ee6abb20302b43bbadf6bb4a7 /Build/source/texk/web2c/eptexdir | |
parent | 116014c0fb6d1b6bce11288c0d39c0f1aeb7cc4e (diff) |
Build system: Better dependencies for 'make check'
git-svn-id: svn://tug.org/texlive/trunk@37824 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/eptexdir')
-rw-r--r-- | Build/source/texk/web2c/eptexdir/ChangeLog | 6 | ||||
-rw-r--r-- | Build/source/texk/web2c/eptexdir/am/eptex.am | 16 | ||||
-rwxr-xr-x | Build/source/texk/web2c/eptexdir/eptriptest.test (renamed from Build/source/texk/web2c/eptexdir/eptriptest) | 0 |
3 files changed, 14 insertions, 8 deletions
diff --git a/Build/source/texk/web2c/eptexdir/ChangeLog b/Build/source/texk/web2c/eptexdir/ChangeLog index a2b866edcce..a1a654008dc 100644 --- a/Build/source/texk/web2c/eptexdir/ChangeLog +++ b/Build/source/texk/web2c/eptexdir/ChangeLog @@ -1,3 +1,9 @@ +2015-07-10 Peter Breitenlohner <peb@mppmu.mpg.de> + + * eptriptest (removed): Renamed ... + * eptriptest.test (new): ... into this. + * am/eptex.am: Better dependencies for 'make check'. + 2015-07-06 Peter Breitenlohner <peb@mppmu.mpg.de> * am/eptex.am: Add libmd5.a to eptex_DEPENDENCIES. diff --git a/Build/source/texk/web2c/eptexdir/am/eptex.am b/Build/source/texk/web2c/eptexdir/am/eptex.am index d2bef7f57c1..450699518a9 100644 --- a/Build/source/texk/web2c/eptexdir/am/eptex.am +++ b/Build/source/texk/web2c/eptexdir/am/eptex.am @@ -10,12 +10,6 @@ bin_PROGRAMS += eptex endif EPTEX EXTRA_PROGRAMS += eptex -# e-pTeX Tests -# -eptex_tests = eptexdir/eptriptest - -EXTRA_DIST += $(eptex_tests) - eptex_CPPFLAGS = $(PTEXENC_INCLUDES) $(AM_CPPFLAGS) -I$(srcdir)/libmd5 # With --enable-ipc, e-pTeX may need to link with -lsocket. @@ -85,9 +79,15 @@ EXTRA_DIST += \ eptexdir/Changes.txt \ eptexdir/README.txt +# e-pTeX Tests +# +eptex_tests = eptexdir/eptriptest.test +eptexdir/eptriptest.log: eptex$(EXEEXT) dvitype$(EXEEXT) pltotf$(EXEEXT) tftopl$(EXEEXT) + +EXTRA_DIST += $(eptex_tests) + if EPTEX TESTS += $(eptex_tests) -check_PROGRAMS += dvitype pltotf tftopl TRIPTRAP += eptrip.diffs TRIPTRAP_CLEAN += eptrip-clean endif EPTEX @@ -100,7 +100,7 @@ EXTRA_DIST += \ eptexdir/eptrip/eptrip.log \ eptexdir/eptrip/eptrip.tex \ eptexdir/eptrip/texmf.cnf -eptrip.diffs: eptex$(EXEEXT) +eptrip.diffs: eptex$(EXEEXT) dvitype$(EXEEXT) pltotf$(EXEEXT) tftopl$(EXEEXT) $(triptrap_diffs) $@ .PHONY: eptrip-clean eptrip-clean: diff --git a/Build/source/texk/web2c/eptexdir/eptriptest b/Build/source/texk/web2c/eptexdir/eptriptest.test index 03252230010..03252230010 100755 --- a/Build/source/texk/web2c/eptexdir/eptriptest +++ b/Build/source/texk/web2c/eptexdir/eptriptest.test |