## Makefile.am for the TeX Live subdirectory texk/ ## ## Copyright (C) 2009-2013 Peter Breitenlohner ## 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 = texk/ recurse_top = ../ include $(srcdir)/../am/recurse.am # Common infrastructure for tests EXTRA_DIST = tests # Special target to run TRIP and TRAP tests and create diffs. .PHONY: triptrap triptrap: web2c/Makefile cd web2c && $(MAKE) $(AM_MAKEFLAGS) $@ web2c/Makefile: $(MAKE) $(AM_MAKEFLAGS) CONF_SUBDIRS=web2c subtexk