From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- support/lacheck/Makefile.am | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 support/lacheck/Makefile.am (limited to 'support/lacheck/Makefile.am') diff --git a/support/lacheck/Makefile.am b/support/lacheck/Makefile.am new file mode 100644 index 0000000000..7a39cbbf55 --- /dev/null +++ b/support/lacheck/Makefile.am @@ -0,0 +1,26 @@ +## $Id: Makefile.am 51585 2019-07-08 22:23:38Z karl $ +## Makefile.am for the TeX Live subdirectory utils/lacheck/ +## +## Copyright 2015-2019 Karl Berry +## Copyright 2009-2015 Peter Breitenlohner +## You may freely use, modify and/or distribute this file. + +AM_CFLAGS = $(WARNING_CFLAGS) + +bin_PROGRAMS = lacheck + +lacheck_SOURCES = lacheck.l + +## Manpage +nodist_man1_MANS = lacheck.1 + +## Test +TESTS = lacheck.test test-def.test +dist_check_SCRIPTS = $(TESTS) +lacheck.log: lacheck$(EXEEXT) +EXTRA_DIST = test.old test.tex test-def.tex test-def.xout +CLEANFILES = test.out test-def.out + +## Not used +EXTRA_DIST += lacheck.hlp make_vms.com + -- cgit v1.2.3