summaryrefslogtreecommitdiff
blob: 657b5e94c3623268778f620e8c749cd0051303c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- xindy-2.4/make-rules/inputenc/make-inp-rules.pl
+++ xindy-2.4/make-rules/inputenc/make-inp-rules.pl
@@ -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/)) {
       $i = hex($2);
       $macro = $1;