From e384455d9c20e60c0fadb1545e63f1452068025e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 22 Nov 2021 21:34:12 +0000 Subject: missed backslash git-svn-id: svn://tug.org/texlive/trunk@61122 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/texlive/linked_scripts/ChangeLog | 8 ++++++++ Build/source/texk/texlive/linked_scripts/Makefile.am | 4 ++-- Build/source/texk/texlive/linked_scripts/Makefile.in | 14 +++++++------- 3 files changed, 17 insertions(+), 9 deletions(-) (limited to 'Build') diff --git a/Build/source/texk/texlive/linked_scripts/ChangeLog b/Build/source/texk/texlive/linked_scripts/ChangeLog index 45e69c6a134..b3a26ec28cd 100644 --- a/Build/source/texk/texlive/linked_scripts/ChangeLog +++ b/Build/source/texk/texlive/linked_scripts/ChangeLog @@ -1,3 +1,11 @@ +2021-11-22 Karl Berry + + * Makefile.am (texmf_shell_scripts): missed \. + +2021-11-20 Karl Berry + + * Makefile.am (texmf_shell_scripts): add xe(la)tex-unsafe.sh. + 2020-01-23 Karl Berry * Makefile.am (texmf_shell_scripts): allcm.sh and allneeded.sh diff --git a/Build/source/texk/texlive/linked_scripts/Makefile.am b/Build/source/texk/texlive/linked_scripts/Makefile.am index 7109f4ac07a..8fbfb6c3643 100644 --- a/Build/source/texk/texlive/linked_scripts/Makefile.am +++ b/Build/source/texk/texlive/linked_scripts/Makefile.am @@ -1,7 +1,7 @@ ## $Id$ ## Makefile.am for the TeX Live subdirectory texk/texlive/linked_scripts/ ## -## Copyright 2016-2020 Karl Berry +## Copyright 2016-2021 Karl Berry ## Copyright 2009-2015 Peter Breitenlohner ## You may freely use, modify and/or distribute this file. ## @@ -88,7 +88,7 @@ texmf_shell_scripts = \ texlive-extra/texconfig.sh \ texlive-extra/texlinks.sh \ texlive-extra/xetex-unsafe.sh \ - texlive-extra/xelatex-unsafe.sh + texlive-extra/xelatex-unsafe.sh \ texosquery/texosquery.sh \ texosquery/texosquery-jre5.sh \ texosquery/texosquery-jre8.sh \ diff --git a/Build/source/texk/texlive/linked_scripts/Makefile.in b/Build/source/texk/texlive/linked_scripts/Makefile.in index 39660cb42ab..1c990703cad 100644 --- a/Build/source/texk/texlive/linked_scripts/Makefile.in +++ b/Build/source/texk/texlive/linked_scripts/Makefile.in @@ -305,7 +305,13 @@ texmf_shell_scripts = \ texlive-extra/texconfig.sh \ texlive-extra/texlinks.sh \ texlive-extra/xetex-unsafe.sh \ - texlive-extra/xelatex-unsafe.sh + texlive-extra/xelatex-unsafe.sh \ + texosquery/texosquery.sh \ + texosquery/texosquery-jre5.sh \ + texosquery/texosquery-jre8.sh \ + tikztosvg/tikztosvg \ + typeoutfileinfo/typeoutfileinfo.sh \ + wordcount/wordcount.sh texmf_other_scripts = \ a2ping/a2ping.pl \ @@ -734,12 +740,6 @@ scripts-list: Makefile installdirs-local: $(MKDIR_P) $(DESTDIR)$(bindir) - texosquery/texosquery.sh \ - texosquery/texosquery-jre5.sh \ - texosquery/texosquery-jre8.sh \ - tikztosvg/tikztosvg \ - typeoutfileinfo/typeoutfileinfo.sh \ - wordcount/wordcount.sh install-data-hook: installdirs-local @WIN32_TRUE@ @for s in $(texmf_other_scripts); do \ @WIN32_TRUE@ t=`basename $$s | sed 's,\.[^/]*$$,,' | tr '[A-Z]' '[a-z]'`; \ -- cgit v1.2.3