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

# just in case a subdirectory has added directories
dist-hook:
	rm -rf `find $(distdir) -name .svn`

## Configure and build subdirs.
##
recurse_this = utils/
recurse_top = ../

include $(srcdir)/../am/recurse.am