summaryrefslogtreecommitdiff
path: root/support/lacheck/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'support/lacheck/Makefile.am')
-rw-r--r--support/lacheck/Makefile.am11
1 files changed, 9 insertions, 2 deletions
diff --git a/support/lacheck/Makefile.am b/support/lacheck/Makefile.am
index 7a39cbbf55..b7bb6243b8 100644
--- a/support/lacheck/Makefile.am
+++ b/support/lacheck/Makefile.am
@@ -1,7 +1,7 @@
-## $Id: Makefile.am 51585 2019-07-08 22:23:38Z karl $
+## $Id: Makefile.am 63190 2022-04-30 22:15:57Z karl $
## 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)