summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy/xindy-src/make-rules/alphabets/Makefile.in
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-08 22:45:04 +0000
committerKarl Berry <karl@freefriends.org>2020-03-08 22:45:04 +0000
commit6ddc5921abc9edd3fc9ae9382d4dd4e730133578 (patch)
treedfbe39dab894a3dcca57bcf3f8bff95b9fc778b9 /Build/source/utils/xindy/xindy-src/make-rules/alphabets/Makefile.in
parent88ad770f20a41d4c6506ad392e73cee9150614e5 (diff)
also have to stop echo \c interpretation
git-svn-id: svn://tug.org/texlive/trunk@54187 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy/xindy-src/make-rules/alphabets/Makefile.in')
-rw-r--r--Build/source/utils/xindy/xindy-src/make-rules/alphabets/Makefile.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/Build/source/utils/xindy/xindy-src/make-rules/alphabets/Makefile.in b/Build/source/utils/xindy/xindy-src/make-rules/alphabets/Makefile.in
index cd967ff6bd2..93e9aee307f 100644
--- a/Build/source/utils/xindy/xindy-src/make-rules/alphabets/Makefile.in
+++ b/Build/source/utils/xindy/xindy-src/make-rules/alphabets/Makefile.in
@@ -1014,7 +1014,9 @@ romanian/latin2.pl : romanian/utf8.pl.in
alphabets-inc.tex : $(DOCS)
$(RM) $@
- echo '\chapter{Latin scripts}' >>$@
+# zsh, dash, others make echo '\f' output a form feed. Likewise they
+# interpret \c (no further output). Sigh.
+ printf '\%s{Latin scripts}' "chapter" >>$@
echo '\ienc{cp1252}' >>$@
echo '\section{Codepage 1252}' >>$@
for i in $(DOCS_CP1252); do echo "\\input{$$i}" >>$@; done
@@ -1043,9 +1045,8 @@ alphabets-inc.tex : $(DOCS)
echo '\section{Codepage latin9}' >>$@
for i in $(DOCS_LATIN9); do echo "\\input{$$i}" >>$@; done
echo '\ienc{cp1251}' >>$@
-# zsh, dash, others make echo '\f' output a form feed. Sigh.
printf '\%s{T2A}\n' "fenc" >>$@
- echo '\chapter{Cyrillic scripts}' >>$@
+ printf '\%s{Cyrillic scripts}' "chapter" >>$@
echo '\section{Codepage 1251}' >>$@
for i in $(DOCS_CYR_1251); do echo "\\input{$$i}" >>$@; done
# echo '\ienc{iso-8859-7}' >>$@