summaryrefslogtreecommitdiff
path: root/Build/source/texk/texlive/Makefile.am
blob: ccf19b0e11d98de18b8ef67824c4a8eb750d43ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## $Id$
## Makefile.am for the TeX Live subdirectory texk/texlive/
##
## Copyright 2015-2020 Karl Berry <tex-live@tug.org>
## Copyright 2009-2014 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
##
SUBDIRS = tl_support
if LINKED_SCRIPTS
SUBDIRS += linked_scripts
endif LINKED_SCRIPTS

## Windows wrapper and sources.
##
EXTRA_DIST = w32_wrapper w64_wrapper

## Tests
##
TEST_EXTENSIONS = .pl
TESTS = tests/updmap-cmdline-test.pl
EXTRA_DIST += $(TESTS)