## Makefile.am for the TeX Live subdirectory utils/ ## ## Copyright (C) 2009-2015 Peter Breitenlohner ## You may freely use, modify and/or distribute this file. ## ## Ensure aclocal.m4 is up to date ACLOCAL = @ACLOCAL@ --force SUBDIRS = . $(MAKE_SUBDIRS) DIST_SUBDIRS = $(CONF_SUBDIRS) # Files not to be distributed include $(srcdir)/../am/dist_hook.am ## Configure and build subdirs. ## recurse_this = utils/ recurse_top = ../ include $(srcdir)/../am/recurse.am