summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy/TLpatches
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/xindy/TLpatches')
-rw-r--r--Build/source/utils/xindy/TLpatches/ChangeLog4
-rw-r--r--Build/source/utils/xindy/TLpatches/patch-02-lbrace11
2 files changed, 15 insertions, 0 deletions
diff --git a/Build/source/utils/xindy/TLpatches/ChangeLog b/Build/source/utils/xindy/TLpatches/ChangeLog
index 996a8430c27..5757aed845f 100644
--- a/Build/source/utils/xindy/TLpatches/ChangeLog
+++ b/Build/source/utils/xindy/TLpatches/ChangeLog
@@ -1,3 +1,7 @@
+2017-11-13 Karl Berry <karl@tug.org>
+
+ * patch-02-lbrace: new file.
+
2016-07-07 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
* patch-01-xindy-needs-language, patch-02-win32-paths-with-spaces:
diff --git a/Build/source/utils/xindy/TLpatches/patch-02-lbrace b/Build/source/utils/xindy/TLpatches/patch-02-lbrace
new file mode 100644
index 00000000000..d638bcd6904
--- /dev/null
+++ b/Build/source/utils/xindy/TLpatches/patch-02-lbrace
@@ -0,0 +1,11 @@
+--- make-inp-rules.pl (revision 45762)
++++ make-inp-rules.pl (working copy)
+@@ -8,7 +8,7 @@
+
+
+ while (<STDIN>) {
+- if (/\\indexentry{(.+)--([8-9a-f][0-9a-f])\}\{1\}/) {
++ if (/\\indexentry\{(.+)--([8-9a-f][0-9a-f])\}\{1\}/) {
+ if (!($1 =~ /inputenc Error|\@inpenc\@undefined/)) {
+ $i = hex($2);
+ $macro = $1;