summaryrefslogtreecommitdiff
path: root/Build/source/Makefile.in
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-04-11 00:55:50 +0000
committerKarl Berry <karl@freefriends.org>2009-04-11 00:55:50 +0000
commitd564dca76e9646cd9b6743b06353c4de0689320c (patch)
tree5efed807b754383e465fe45801d911385fd813f9 /Build/source/Makefile.in
parent524240dead51e45fd012d753f0e657dbe781bd48 (diff)
run-texlinks at make world
git-svn-id: svn://tug.org/texlive/trunk@12690 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/Makefile.in')
-rw-r--r--Build/source/Makefile.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/Build/source/Makefile.in b/Build/source/Makefile.in
index 7e1181c0b64..97461249ca3 100644
--- a/Build/source/Makefile.in
+++ b/Build/source/Makefile.in
@@ -724,6 +724,13 @@ dist-hook:
rm -rf `find $(distdir) -name .svn`
world: install-strip
+#
+# 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 hook or -local for install.
+ echo "top-level make $@: running texlinks ..."
+ cd texk/tetex && $(MAKE) run-texlinks
+#
@echo "make $@ done."
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.