texlive[61122] Build/source/texk/texlive/linked_scripts: missed

commits+karl at tug.org commits+karl at tug.org
Mon Nov 22 22:34:12 CET 2021


Revision: 61122
          http://tug.org/svn/texlive?view=revision&revision=61122
Author:   karl
Date:     2021-11-22 22:34:12 +0100 (Mon, 22 Nov 2021)
Log Message:
-----------
missed backslash

Modified Paths:
--------------
    trunk/Build/source/texk/texlive/linked_scripts/ChangeLog
    trunk/Build/source/texk/texlive/linked_scripts/Makefile.am
    trunk/Build/source/texk/texlive/linked_scripts/Makefile.in

Modified: trunk/Build/source/texk/texlive/linked_scripts/ChangeLog
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/ChangeLog	2021-11-22 21:19:01 UTC (rev 61121)
+++ trunk/Build/source/texk/texlive/linked_scripts/ChangeLog	2021-11-22 21:34:12 UTC (rev 61122)
@@ -1,3 +1,11 @@
+2021-11-22  Karl Berry  <karl at freefriends.org>
+
+	* Makefile.am (texmf_shell_scripts): missed \.
+	
+2021-11-20  Karl Berry  <karl at freefriends.org>
+
+	* Makefile.am (texmf_shell_scripts): add xe(la)tex-unsafe.sh.
+	
 2020-01-23  Karl Berry  <karl at tug.org>
 
 	* Makefile.am (texmf_shell_scripts): allcm.sh and allneeded.sh

Modified: trunk/Build/source/texk/texlive/linked_scripts/Makefile.am
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/Makefile.am	2021-11-22 21:19:01 UTC (rev 61121)
+++ trunk/Build/source/texk/texlive/linked_scripts/Makefile.am	2021-11-22 21:34:12 UTC (rev 61122)
@@ -1,7 +1,7 @@
 ## $Id$
 ## Makefile.am for the TeX Live subdirectory texk/texlive/linked_scripts/
 ##
-## Copyright 2016-2020 Karl Berry <tex-live at tug.org>
+## Copyright 2016-2021 Karl Berry <tex-live at tug.org>
 ## Copyright 2009-2015 Peter Breitenlohner <tex-live at tug.org>
 ## You may freely use, modify and/or distribute this file.
 ##
@@ -88,7 +88,7 @@
 	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 \

Modified: trunk/Build/source/texk/texlive/linked_scripts/Makefile.in
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/Makefile.in	2021-11-22 21:19:01 UTC (rev 61121)
+++ trunk/Build/source/texk/texlive/linked_scripts/Makefile.in	2021-11-22 21:34:12 UTC (rev 61122)
@@ -305,7 +305,13 @@
 	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 @@
 
 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]'`; \



More information about the tex-live-commits mailing list.