diff options
Diffstat (limited to 'Build/source/texk/Makefile.am')
-rw-r--r-- | Build/source/texk/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/texk/Makefile.am b/Build/source/texk/Makefile.am index ef749d6e9eb..f140c5f355f 100644 --- a/Build/source/texk/Makefile.am +++ b/Build/source/texk/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am for the TeX Live subdirectory texk/ ## -## Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org> +## Copyright (C) 2009, 2010 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. ## ## Use 'aclocal --force' (for "computed m4_sinclude") @@ -58,3 +58,6 @@ subtexk: $(CONFIG_AUX) @echo "configure in ../auxdir/auxsub failed to create the file $@" exit 1 +# Common infrastructure for tests +EXTRA_DIST = tests/common-test.pl + |