summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-11-22 21:34:12 +0000
committerKarl Berry <karl@freefriends.org>2021-11-22 21:34:12 +0000
commite384455d9c20e60c0fadb1545e63f1452068025e (patch)
tree8327693909ade7d2e44dd401820bb77237c63a78 /Build
parent886a160757f8fa328e5a5e95c6796d72780e831b (diff)
missed backslash
git-svn-id: svn://tug.org/texlive/trunk@61122 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/texlive/linked_scripts/ChangeLog8
-rw-r--r--Build/source/texk/texlive/linked_scripts/Makefile.am4
-rw-r--r--Build/source/texk/texlive/linked_scripts/Makefile.in14
3 files changed, 17 insertions, 9 deletions
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 <karl@freefriends.org>
+
+ * Makefile.am (texmf_shell_scripts): missed \.
+
+2021-11-20 Karl Berry <karl@freefriends.org>
+
+ * Makefile.am (texmf_shell_scripts): add xe(la)tex-unsafe.sh.
+
2020-01-23 Karl Berry <karl@tug.org>
* 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 <tex-live@tug.org>
+## Copyright 2016-2021 Karl Berry <tex-live@tug.org>
## Copyright 2009-2015 Peter Breitenlohner <tex-live@tug.org>
## 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]'`; \