From 4e91633d603855826c897fdd1d7d3e47860078bf Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Mon, 28 Jul 2014 06:27:00 +0000 Subject: Bug fix git-svn-id: svn://tug.org/texlive/trunk@34748 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/texlive/tl_scripts/Makefile.am | 2 +- Build/source/texk/texlive/tl_scripts/Makefile.in | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'Build') diff --git a/Build/source/texk/texlive/tl_scripts/Makefile.am b/Build/source/texk/texlive/tl_scripts/Makefile.am index a457eeffab3..cafa3fa2347 100644 --- a/Build/source/texk/texlive/tl_scripts/Makefile.am +++ b/Build/source/texk/texlive/tl_scripts/Makefile.am @@ -123,7 +123,7 @@ EXTRA_DIST += updmap.help2man # texlinks_prog = $(DESTDIR)$(bindir)/texlinks # -run_texlinks = $(texlinks_prog) -v +run_texlinks = $(texlinks_prog) -v \ -f $(DESTDIR)$(web2cdir)/fmtutil.cnf \ -e "$(EXEEXT)" $(DESTDIR)$(bindir) # diff --git a/Build/source/texk/texlive/tl_scripts/Makefile.in b/Build/source/texk/texlive/tl_scripts/Makefile.in index bdc9ba12439..0f203718a1a 100644 --- a/Build/source/texk/texlive/tl_scripts/Makefile.in +++ b/Build/source/texk/texlive/tl_scripts/Makefile.in @@ -317,7 +317,10 @@ updmap_dir = $(top_srcdir)/linked_scripts/texlive # texlinks_prog = $(DESTDIR)$(bindir)/texlinks # -run_texlinks = $(texlinks_prog) -v +run_texlinks = $(texlinks_prog) -v \ + -f $(DESTDIR)$(web2cdir)/fmtutil.cnf \ + -e "$(EXEEXT)" $(DESTDIR)$(bindir) + all_shell_scripts = $(shell_scripts) $(sh_scripts) all: all-am @@ -852,8 +855,6 @@ xupdmap.1: updmap.help2man $(updmap_dir)/updmap.pl $(updmap_dir)/updmap.pl >/tmp/$@ .PHONY: run-texlinks - -f $(DESTDIR)$(web2cdir)/fmtutil.cnf \ - -e "$(EXEEXT)" $(DESTDIR)$(bindir) # run-texlinks: @WIN32_FALSE@ PATH="$(DESTDIR)$(bindir):$(PATH)"; export PATH; $(run_texlinks) -- cgit v1.2.3