automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Default postscript cleans miss *.cps & *.fns.


From: Akim Demaille
Subject: Re: Default postscript cleans miss *.cps & *.fns.
Date: 10 Apr 2001 20:50:06 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley)

>>>>> "Akim" == Akim Demaille <address@hidden> 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 (/address@hidden \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

[Prev in Thread] Current Thread [Next in Thread]