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

SUBDIRS = tl_scripts
if LINKED_SCRIPTS
SUBDIRS += linked_scripts
endif LINKED_SCRIPTS

## Windows wrapper sources.
##
EXTRA_DIST = w32_wrapper

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