summaryrefslogtreecommitdiff
path: root/Build/source/Makefile.am
blob: 8daf7a68779d7b06c847ea8c137276e09e7b199f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
##
ACLOCAL_AMFLAGS = -I m4

## speed up distcheck
DISTCHECK_CONFIGURE_FLAGS = -C

EXTRA_DIST = \
	Build \
	README.cross \
	README.orig \
	build-aux/README.TL \
	m4/README

if build_kpathsea
SUBDIRS = texk/kpathsea
else !build_kpathsea
SUBDIRS =
endif !build_kpathsea
SUBDIRS += libs utils texk

## This is the default target for the Build script in TeX Live.
world: install-strip
	@echo "make $@ done."