* automake.in (scan_texinfo_file): Add the second argument to
`@syncodeindex' into @CLEAN_SUFFIXES, because the combined index
itself may not be used directly.
+2001-07-04 OKUJI Yoshinori <okuji@gnu.org>
+
+ * automake.in (scan_texinfo_file): Add the second argument to
+ `@syncodeindex' into @CLEAN_SUFFIXES, because the combined index
+ itself may not be used directly.
+
2001-07-04 Tom Tromey <tromey@redhat.com>
* missing: Updated.
}
# Merging an index into an another.
- elsif (/^\@syn(code)?index (\w+) \w+/)
+ elsif (/^\@syn(code)?index (\w+) (\w+)/)
{
push @syncodeindexes, "$2s";
+ push @clean_suffixes, "$3s";
}
}