summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy/TLpatches/patch-02-lbrace
blob: d638bcd6904e2787b51cab63b452730fe2a4b088 (plain)
1
2
3
4
5
6
7
8
9
10
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;