summaryrefslogtreecommitdiff
path: root/Build/source/utils/lacheck/Makefile.in
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-07-08 22:23:38 +0000
committerKarl Berry <karl@freefriends.org>2019-07-08 22:23:38 +0000
commit5b184f8c5b084bd12a361780d66be9b3e290215b (patch)
tree1ee9cefa7b7a54427c8fdaace8f37662632f9a24 /Build/source/utils/lacheck/Makefile.in
parent2c3ed275186c5db671434968f4ef93cc08fb6318 (diff)
separate patterns for handling \def and \newcommand
git-svn-id: svn://tug.org/texlive/trunk@51585 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/lacheck/Makefile.in')
-rw-r--r--Build/source/utils/lacheck/Makefile.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/Build/source/utils/lacheck/Makefile.in b/Build/source/utils/lacheck/Makefile.in
index 867a9e3234d..ec6f6ff382b 100644
--- a/Build/source/utils/lacheck/Makefile.in
+++ b/Build/source/utils/lacheck/Makefile.in
@@ -498,10 +498,11 @@ top_srcdir = @top_srcdir@
AM_CFLAGS = $(WARNING_CFLAGS)
lacheck_SOURCES = lacheck.l
nodist_man1_MANS = lacheck.1
-TESTS = lacheck.test
+TESTS = lacheck.test test-def.test
dist_check_SCRIPTS = $(TESTS)
-EXTRA_DIST = test.old test.tex lacheck.hlp make_vms.com
-CLEANFILES = test.out
+EXTRA_DIST = test.old test.tex test-def.tex test-def.xout lacheck.hlp \
+ make_vms.com
+CLEANFILES = test.out test-def.out
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-am