summaryrefslogtreecommitdiff
path: root/Build/source/Makefile.in
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.in
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.in')
-rw-r--r--Build/source/Makefile.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/Build/source/Makefile.in b/Build/source/Makefile.in
index f6d07027cab..c918c2a1579 100644
--- a/Build/source/Makefile.in
+++ b/Build/source/Makefile.in
@@ -36,7 +36,7 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(top_srcdir)/configure ChangeLog \
build-aux/config.guess build-aux/config.sub build-aux/depcomp \
build-aux/install-sh build-aux/ltmain.sh build-aux/missing \
- build-aux/texinfo.tex build-aux/ylwrap
+ build-aux/mkinstalldirs build-aux/texinfo.tex build-aux/ylwrap
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/kpse-common.m4 \
$(top_srcdir)/m4/kpse-cxx-hack.m4 \
@@ -130,7 +130,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno config.status.lineno
-mkinstalldirs = $(install_sh) -d
+mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
CONFIG_CLEAN_FILES =
SOURCES =
DIST_SOURCES =
@@ -289,6 +289,7 @@ EXTRA_DIST = \
README.cross \
README.layout \
build-aux/README.TL \
+ build-aux/mkinstalldirs \
m4/README
@build_kpathsea_FALSE@SUBDIRS = libs utils texk
@@ -736,7 +737,7 @@ dist-hook:
# 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
@echo "make $@ done."