summaryrefslogtreecommitdiff
path: root/Build/source/utils/lacheck/Makefile.in
diff options
context:
space:
mode:
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 \