summaryrefslogtreecommitdiff
path: root/Build/source/utils/lacheck/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/lacheck/Makefile.am')
-rw-r--r--Build/source/utils/lacheck/Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/Build/source/utils/lacheck/Makefile.am b/Build/source/utils/lacheck/Makefile.am
index 5f0bbe99237..6409dddf1f8 100644
--- a/Build/source/utils/lacheck/Makefile.am
+++ b/Build/source/utils/lacheck/Makefile.am
@@ -1,7 +1,7 @@
## $Id$
## Makefile.am for the TeX Live subdirectory utils/lacheck/
##
-## Copyright 2015-2019 Karl Berry <tex-live@tug.org>
+## Copyright 2015-2022 Karl Berry <tex-live@tug.org>
## Copyright 2009-2015 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
@@ -15,6 +15,13 @@ lacheck_SOURCES = lacheck.l
nodist_man1_MANS = lacheck.1
## Test
+#
+# 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)
lacheck.log: lacheck$(EXEEXT)