>>>>> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes:

Akim> Nope, not yet.  I'm downloading CVS to check this.

Well, which one should I download?  Where is it?  Releases don't use
Automake, Thomas was right ;)

Derek, could you patch your automake so that in scan_texinfo, this

      elsif (/^\@syncodeindex \w+ (\w*)/)
      {
        push @clean_suffixes, "$1s";
      }

become  (hm, no `s' here, right?)

      elsif (/^\@(syncode|print)index \w+ (\w*)/)
      {
        push @clean_suffixes, "$1s";
      }

and try again?  At least *.cps should be caught.  I need more data for
*.fns.

Reply via email to