summaryrefslogtreecommitdiff
path: root/Build/source/texk/texlive/Makefile.am
blob: a6ea2e3f32b3581c7985833a7948cbb7ff50a4d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## Makefile.am for the TeX Live subdirectory texk/texlive/
##
## Copyright (C) 2009-2014 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
##
SUBDIRS = tl_scripts
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)