diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-04-25 13:01:30 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-04-25 13:01:30 +0000 |
commit | b37b75a0930716364660b2631aa7d2bcf390135c (patch) | |
tree | a22363fd12f3e5759c8824062bea8640c3a10966 /Build/source/texk/dvi2tty/Makefile.in | |
parent | 5e811bf9ff26ebadec72036e0467dcbad5766c10 (diff) |
dvi2tty: Add a new test case for disdvi
git-svn-id: svn://tug.org/texlive/trunk@26135 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvi2tty/Makefile.in')
-rw-r--r-- | Build/source/texk/dvi2tty/Makefile.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Build/source/texk/dvi2tty/Makefile.in b/Build/source/texk/dvi2tty/Makefile.in index 99a6a81b750..208e3242502 100644 --- a/Build/source/texk/dvi2tty/Makefile.in +++ b/Build/source/texk/dvi2tty/Makefile.in @@ -290,7 +290,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I ../../m4 EXTRA_DIST = $(DVI2TTY_TREE) $(DVI2TTY_TREE)-PATCHES $(TESTS) \ - ligtest.tty test.tty testc.tty tests.tty testu.tty + ligtest.dis ligtest.tty test.tty testc.tty tests.tty testu.tty INCLUDES = $(PTEXENC_INCLUDES) $(KPATHSEA_INCLUDES) AM_CPPFLAGS = -DKPATHSEA AM_CFLAGS = $(WARNING_CFLAGS) @@ -310,9 +310,10 @@ man1_MANS = \ $(DVI2TTY_TREE)/disdvi.1 \ $(DVI2TTY_TREE)/dvi2tty.1 -TESTS = dvi2tty.test +TESTS = disdvi.test dvi2tty.test TESTS_ENVIRONMENT = DVI2TTY_TREE=$(DVI2TTY_TREE) -DISTCLEANFILES = ligtest.out test.out testc.out tests.out testu.out +DISTCLEANFILES = ligtest.dout ligtest.out test.out testc.out tests.out \ + testu.out all: c-auto.h $(MAKE) $(AM_MAKEFLAGS) all-am |