beta-0.89.2
[luatex.git] / source / texk / Makefile.am
blob62ac31c687fc47faf1cb2c3fee13b3cf5e3e2a2c
1 ## Makefile.am for the TeX Live subdirectory texk/
2 ##
3 ## Copyright 2009-2015 Peter Breitenlohner <tex-live@tug.org>
4 ## Copyright 2016 Karl Berry <tex-live@tug.org>
5 ## You may freely use, modify and/or distribute this file.
6 ##
7 ## Ensure aclocal.m4 is up to date
8 ACLOCAL = @ACLOCAL@ --force
10 SUBDIRS = . $(MAKE_SUBDIRS)
11 DIST_SUBDIRS = $(CONF_SUBDIRS)
13 # Files not to be distributed
14 include $(srcdir)/../am/dist_hook.am
16 ## Configure and build subdirs.
18 recurse_this = texk/
19 recurse_top = ../
21 include $(srcdir)/../am/recurse.am
23 # Common infrastructure for tests
24 EXTRA_DIST = tests
26 # Special target to run TRIP and TRAP tests and create diffs.
27 .PHONY: triptrap
28 triptrap:
29         cd web2c && $(MAKE) $(AM_MAKEFLAGS) $@