summaryrefslogtreecommitdiff
path: root/Build/source/utils/lacheck/Makefile.in
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-04-30 22:15:57 +0000
committerKarl Berry <karl@freefriends.org>2022-04-30 22:15:57 +0000
commitcc0e78841ae3591c7722907be141237b32066d20 (patch)
treeb9ec103c2667c98773a4f3ce93f195c3db744fd1 /Build/source/utils/lacheck/Makefile.in
parentc672bfbc647851808b23bd991236f0eb93f2b404 (diff)
count initial { of definitions; more \newcommand features
git-svn-id: svn://tug.org/texlive/trunk@63190 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/lacheck/Makefile.in')
-rw-r--r--Build/source/utils/lacheck/Makefile.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/Build/source/utils/lacheck/Makefile.in b/Build/source/utils/lacheck/Makefile.in
index b8d8c51ee55..c9bca0b2448 100644
--- a/Build/source/utils/lacheck/Makefile.in
+++ b/Build/source/utils/lacheck/Makefile.in
@@ -502,6 +502,14 @@ top_srcdir = @top_srcdir@
AM_CFLAGS = $(WARNING_CFLAGS)
lacheck_SOURCES = lacheck.l
nodist_man1_MANS = lacheck.1
+
+#
+# To remake in the build directory even though maintainer mode is
+# enabled (where $xu is the texk/utils source directory):
+# cd Work/utils/lacheck && make am__skiplex= all \
+# && ./lacheck $xu/lacheck/test-def.tex
+# (or make check, etc.).
+#
TESTS = lacheck.test test-def.test
dist_check_SCRIPTS = $(TESTS)
EXTRA_DIST = test.old test.tex test-def.tex test-def.xout lacheck.hlp \