diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-10 10:34:20 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-10 10:34:20 +0000 |
commit | e4cae97633d68af424aef1494462550cef2dadeb (patch) | |
tree | 0e82baf23b3900e995c132775fc75213c0984cf4 /Build/source/Makefile.am | |
parent | 558303c70cdfd3bc2465cb99c2f8d81a64efcf31 (diff) |
towards TL2010: build system
git-svn-id: svn://tug.org/texlive/trunk@15977 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/Makefile.am')
-rw-r--r-- | Build/source/Makefile.am | 11 |
1 files changed, 7 insertions, 4 deletions
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 |