diff options
Diffstat (limited to 'Build/source/texk/mendexk/Makefile.in')
-rw-r--r-- | Build/source/texk/mendexk/Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/texk/mendexk/Makefile.in b/Build/source/texk/mendexk/Makefile.in index 8a7551aaa83..6804e8091a6 100644 --- a/Build/source/texk/mendexk/Makefile.in +++ b/Build/source/texk/mendexk/Makefile.in @@ -581,9 +581,11 @@ dist_man1_MANS = mendex.1 EXTRA_DIST = COPYRIGHT COPYRIGHT.ja ChangeLog.ja indexsty \ mendex.ja.txt mendex.1 mendex.1.ja $(TESTS) tests/foo.idx \ tests/foo.ind tests/uni.idx tests/uni.dict tests/uni.ist \ - tests/uni.ind + tests/uni.ind tests/pprec0.ist tests/pprec1.ist \ + tests/pprec2.ist tests/pprecA.idx tests/pprecA-0.ind \ + tests/pprecA-1.ind tests/pprecA-2.ind TESTS = tests/mendex.test -DISTCLEANFILES = foo.* uni.* +DISTCLEANFILES = foo.* uni.* pprec*.* all: c-auto.h $(MAKE) $(AM_MAKEFLAGS) all-am |