From e4cae97633d68af424aef1494462550cef2dadeb Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Tue, 10 Nov 2009 10:34:20 +0000 Subject: towards TL2010: build system git-svn-id: svn://tug.org/texlive/trunk@15977 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/Makefile.am | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'Build/source/Makefile.am') diff --git a/Build/source/Makefile.am b/Build/source/Makefile.am index ef6b765309c..30788889c7f 100644 --- a/Build/source/Makefile.am +++ b/Build/source/Makefile.am @@ -9,6 +9,9 @@ ACLOCAL_AMFLAGS = -I m4 --force ## speed up distcheck DISTCHECK_CONFIGURE_FLAGS = -C +## check as well for symlinks +distuninstallcheck_listfiles = find . -type f -o -type l -print +distcleancheck_listfiles = find . -type f -o -type l -print EXTRA_DIST = \ Build \ @@ -26,15 +29,15 @@ dist-hook: rm -rf `find $(distdir) -name .svn` if build_kpathsea -SUBDIRS = texk/kpathsea +SUBDIRS = texk/kpathsea libs utils texk else !build_kpathsea -SUBDIRS = +SUBDIRS = libs utils texk endif !build_kpathsea -SUBDIRS += libs utils texk +DIST_SUBDIRS = auxdir/auxsub texk/kpathsea libs utils texk # This is the default target for the Build script in TeX Live. .PHONY: world -# Run texlinks here since the binaries won't be there +# Run texlinks here since the binaries won't be there # at install-data, and fmtutil.cnf won't be there at install-exec, # and there is no install-hook or install-local. world: all -- cgit v1.2.3