1## Makefile.am for the TeX Live subdirectory utils/
2##
3## Copyright (C) 2009-2015 Peter Breitenlohner <tex-live@tug.org>
4## You may freely use, modify and/or distribute this file.
5##
6## Ensure aclocal.m4 is up to date
7ACLOCAL = @ACLOCAL@ --force
8
9SUBDIRS = . $(MAKE_SUBDIRS)
10DIST_SUBDIRS = $(CONF_SUBDIRS)
11
12# Files not to be distributed
13include $(srcdir)/../am/dist_hook.am
14
15## Configure and build subdirs.
16##
17recurse_this = utils/
18recurse_top = ../
19
20include $(srcdir)/../am/recurse.am
21
22