summaryrefslogtreecommitdiff
path: root/Build/source/Makefile.am
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-05-18 13:33:20 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-05-18 13:33:20 +0000
commit793906fc9c8212552f260f828417697e8d6988cb (patch)
treec482f184dd4f8051fabbb93d9a5deb9eb3c5558f /Build/source/Makefile.am
parent8e31e7e6203fe17faed3ff44046dc99d9ce31779 (diff)
build system: cleanup xindy, remove some unused files
git-svn-id: svn://tug.org/texlive/trunk@13202 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/Makefile.am')
-rw-r--r--Build/source/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/Makefile.am b/Build/source/Makefile.am
index 5e913ba4215..903dc825136 100644
--- a/Build/source/Makefile.am
+++ b/Build/source/Makefile.am
@@ -16,6 +16,7 @@ EXTRA_DIST = \
README.cross \
README.layout \
build-aux/README.TL \
+ build-aux/mkinstalldirs \
m4/README
# just in case a subdirectory has added directories
@@ -34,7 +35,7 @@ SUBDIRS += libs utils texk
# 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: install-strip
+world: all install-strip
echo "top-level make $@: running texlinks ..."
cd texk/tetex && $(MAKE) $(AM_MAKEFLAGS) run-texlinks
##