texlive[69315] Build/source/utils/xindy: remove spurious \ escape in
commits+karl at tug.org
commits+karl at tug.org
Sat Jan 6 02:25:26 CET 2024
Revision: 69315
https://tug.org/svn/texlive?view=revision&revision=69315
Author: karl
Date: 2024-01-06 02:25:26 +0100 (Sat, 06 Jan 2024)
Log Message:
-----------
remove spurious \ escape in sed command
Modified Paths:
--------------
trunk/Build/source/utils/xindy/ChangeLog
trunk/Build/source/utils/xindy/Makefile.am
trunk/Build/source/utils/xindy/Makefile.in
Modified: trunk/Build/source/utils/xindy/ChangeLog
===================================================================
--- trunk/Build/source/utils/xindy/ChangeLog 2024-01-06 00:43:43 UTC (rev 69314)
+++ trunk/Build/source/utils/xindy/ChangeLog 2024-01-06 01:25:26 UTC (rev 69315)
@@ -1,3 +1,9 @@
+2024-01-06 Karl Berry <karl at tug.org>
+
+ * Makefile.am (%.pl): @ not \@ in sed command.
+ Report from Peter Dyballa,
+ https://tug.org/pipermail/tlbuild/2024q1/005351.html
+
2021-07-10 Karl Berry <karl at freefriends.org>
* xindy-src/user-commands/xindy.in: append TL svn revision to
Modified: trunk/Build/source/utils/xindy/Makefile.am
===================================================================
--- trunk/Build/source/utils/xindy/Makefile.am 2024-01-06 00:43:43 UTC (rev 69314)
+++ trunk/Build/source/utils/xindy/Makefile.am 2024-01-06 01:25:26 UTC (rev 69315)
@@ -55,7 +55,7 @@
nodist_texmf_SCRIPTS = $(perl_scripts:=.pl)
%.pl: $(XINDY_TREE)/user-commands/%.in
- $(AM_V_GEN)sed -e 's:@is_TL\@:yes:' $< >$@
+ $(AM_V_GEN)sed -e 's:@is_TL@:yes:' $< >$@
$(AM_V_at)chmod +x $@
CLEANFILES = $(nodist_bin_SCRIPTS) $(nodist_texmf_SCRIPTS)
Modified: trunk/Build/source/utils/xindy/Makefile.in
===================================================================
--- trunk/Build/source/utils/xindy/Makefile.in 2024-01-06 00:43:43 UTC (rev 69314)
+++ trunk/Build/source/utils/xindy/Makefile.in 2024-01-06 01:25:26 UTC (rev 69315)
@@ -984,7 +984,7 @@
@CLISP_RUNTIME_TRUE@ rm -f "$(DESTDIR)$(bindir)/$(XINDY_RUN)"
%.pl: $(XINDY_TREE)/user-commands/%.in
- $(AM_V_GEN)sed -e 's:@is_TL\@:yes:' $< >$@
+ $(AM_V_GEN)sed -e 's:@is_TL@:yes:' $< >$@
$(AM_V_at)chmod +x $@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
More information about the tex-live-commits
mailing list.