summaryrefslogtreecommitdiff
path: root/Build/source/Makefile.in
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-05-29 20:59:08 +0000
committerKarl Berry <karl@freefriends.org>2008-05-29 20:59:08 +0000
commit6cd8ea7a508a2ba919634750b7bcb3409f6e39f3 (patch)
treeba49bf34f27a6e1dd54c7a98e3d33ae720294432 /Build/source/Makefile.in
parent83a925beac351c221bc8499021eaf8568a758801 (diff)
remove texmf.in, just use slave copy of texmf.cnf; consequently simplify paths.h generation
git-svn-id: svn://tug.org/texlive/trunk@8409 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/Makefile.in')
-rw-r--r--Build/source/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Build/source/Makefile.in b/Build/source/Makefile.in
index 2db0f316a68..79676ef94d4 100644
--- a/Build/source/Makefile.in
+++ b/Build/source/Makefile.in
@@ -62,8 +62,7 @@ install install-exec install-data uninstall: all
# only do this at make install, because the binaries won't be there with
# just install-data, and fmtutil.cnf won't be there with just install-exec.
if test "$@" = install; then \
- echo "top-level make $@: running selfautofix and texlinks ..."; \
- $(srcdir)/selfautofix "$(bindir)" "$(texmf)/web2c"; \
+ echo "top-level make $@: running texlinks ..."; \
cd texk/tetex && $(MAKE) run-texlinks; \
fi