From d564dca76e9646cd9b6743b06353c4de0689320c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 11 Apr 2009 00:55:50 +0000 Subject: run-texlinks at make world git-svn-id: svn://tug.org/texlive/trunk@12690 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/ChangeLog | 5 +++++ Build/source/Makefile.am | 8 +++++++- Build/source/Makefile.in | 7 +++++++ 3 files changed, 19 insertions(+), 1 deletion(-) (limited to 'Build') diff --git a/Build/source/ChangeLog b/Build/source/ChangeLog index b2854a4d090..c970c0e8300 100644 --- a/Build/source/ChangeLog +++ b/Build/source/ChangeLog @@ -1,3 +1,8 @@ +2009-04-11 Karl Berry + + * Makefile.am (world): do the run-texlinks target in texk/tetex + to make the per-format links to binaries. + 2009-03-14 Karl Berry * Build: include timestamps in output. diff --git a/Build/source/Makefile.am b/Build/source/Makefile.am index d49434ae24e..a69c2de2d30 100644 --- a/Build/source/Makefile.am +++ b/Build/source/Makefile.am @@ -24,5 +24,11 @@ SUBDIRS += libs utils texk ## This is the default target for the Build script in TeX Live. 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." - 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. -- cgit v1.2.3