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

2001-04-11 Thread Derek R. Price
Akim Demaille wrote: "Tom" == Tom Tromey [EMAIL PROTECTED] writes: "Akim" == Akim Demaille [EMAIL PROTECTED] writes: Akim elsif (/^\@(syncode|print)index \w+ (\w*)/) { push Akim @clean_suffixes, "$1s"; Tom Shouldn't that be "$2s" here? Yes, definitely. Thanks! Neither one worked. I

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

2001-04-11 Thread Akim Demaille
"Derek" == Derek R Price [EMAIL PROTECTED] writes: Derek Akim Demaille wrote: "Tom" == Tom Tromey [EMAIL PROTECTED] writes: "Akim" == Akim Demaille [EMAIL PROTECTED] writes: Akim elsif (/^\@(syncode|print)index \w+ (\w*)/) { push Akim @clean_suffixes, "$1s"; Tom Shouldn't that be "$2s"

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

2001-04-11 Thread Derek R. Price
Akim Demaille wrote: elsif (/^\@syncodeindex \w+ (\w*)/ || /^\@printindex (\w+)/) { push @clean_suffixes, "$1s"; } Yep. That works. IIRC, you also had problems with fns. What does a `grep fn *texi*' gives? Not much obviously useful, but you

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

2001-04-11 Thread Akim Demaille
| cvs.texinfo:@deffn Command {cvs add} [@code{-k} kflag] [@code{-m} | message] files @dots{} | cvs.texinfo:@end deffn | cvs.texinfo:@deffn Command {cvs remove} [options] files @dots{} | cvs.texinfo:@end deffn | cvs.texinfo:@deffn Command {cvs annotate} [@code{-flR}]

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

2001-04-10 Thread Akim Demaille
"Tom" == Tom Tromey [EMAIL PROTECTED] writes: "Derek" == Derek R Price [EMAIL PROTECTED] writes: Derek FYI: the *.cps *.fns files are only being created for Derek cvs.texinfo. Tom Did we ever get some resolution for this? Nope, not yet. I'm downloading CVS to check this. Tom Akim, I

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

2001-04-10 Thread Akim Demaille
"Tim" == Tim Van Holder [EMAIL PROTECTED] writes: I really think we can discover them all. The thing is that index can be created at will. So unless you actually look for used indexes, you can never be sure you don't forget something. Tim Wouldn't using the -c option to texi2dvi solve

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

2001-04-07 Thread Tom Tromey
"Derek" == Derek R Price [EMAIL PROTECTED] writes: Derek FYI: the *.cps *.fns files are only being created for cvs.texinfo. Did we ever get some resolution for this? Akim, I recall you had a patch which removed a large number of file extensions from the texinfo clean list. Perhaps these

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

2001-03-22 Thread Derek R. Price
Akim Demaille wrote: | Akim Demaille wrote: | | Could you `grep indexcode' your texi sources? Thanks! | | [dprice@empress doc]$ fgrep indexcode cvs.texinfo | [dprice@empress doc]$ Actually I meant _all_ your sources. And in fact, @include would be useful too. Sorry for the

Default postscript cleans miss *.cps *.fns.

2001-03-14 Thread Derek R. Price
Building postscript docs from *.texi sources using the default automake targets, the dev version of CVS produces cvs.cps cvs.fns files as side effects. These files aren't removed by 'make clean' and thus break a distcheck. Derek -- Derek Price CVS Solutions Architect (

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

2001-03-14 Thread Akim Demaille
hi Derek, Could you `grep indexcode' your texi sources? Thanks!

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

2001-03-14 Thread Derek R. Price
Akim Demaille wrote: hi Derek, Hi. :) Could you `grep indexcode' your texi sources? Thanks! [dprice@empress doc]$ fgrep indexcode cvs.texinfo [dprice@empress doc]$ Derek -- Derek Price CVS Solutions Architect ( http://CVSHome.org ) mailto:[EMAIL PROTECTED]