diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-20 08:07:15 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-20 08:07:15 +0000 |
commit | b89093a4be8467433b6dbabfa09b57e213a53fe0 (patch) | |
tree | 6f4fb6eecce8905febf68c34d5926699790466e1 /Build/source/Makefile.am | |
parent | 10d837d22d7d99b26f44847f92501f6037da4ec2 (diff) |
new build system
git-svn-id: svn://tug.org/texlive/trunk@12451 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/Makefile.am')
-rw-r--r-- | Build/source/Makefile.am | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Build/source/Makefile.am b/Build/source/Makefile.am new file mode 100644 index 00000000000..8daf7a68779 --- /dev/null +++ b/Build/source/Makefile.am @@ -0,0 +1,24 @@ +## +ACLOCAL_AMFLAGS = -I m4 + +## speed up distcheck +DISTCHECK_CONFIGURE_FLAGS = -C + +EXTRA_DIST = \ + Build \ + README.cross \ + README.orig \ + build-aux/README.TL \ + m4/README + +if build_kpathsea +SUBDIRS = texk/kpathsea +else !build_kpathsea +SUBDIRS = +endif !build_kpathsea +SUBDIRS += libs utils texk + +## This is the default target for the Build script in TeX Live. +world: install-strip + @echo "make $@ done." + |