Re: texi2dvi ignores -o under unclear circumstances.

2009-08-11 Thread Jack Kelly
On Wed, Aug 12, 2009 at 4:29 AM, Karl Berry wrote: > Thanks for the report. >    Running texi2dvi -o doc/foo.dvi doc/foo.texi causes a copy of foo.dvi I wound up fixing this in my case by adding foo.dvi (equivalent) to CLEANFILES in Makefile.am. Perhaps automake can change the generated rules for

Re: texi2dvi ignores -o under unclear circumstances.

2009-08-11 Thread Karl Berry
Hi Jack, Thanks for the report. Running texi2dvi -o doc/foo.dvi doc/foo.texi causes a copy of foo.dvi Akim, are you around now? Can you look into this? (I am drowning just now after two weeks away.) Thanks, Karl

texi2dvi ignores -o under unclear circumstances.

2009-08-11 Thread Jack Kelly
Hello, I think I have found a bug with texi2dvi. It seems to manifest only when using -o to write the dvi to a subdirectory and when the .texi file has a sectioning command like @top. texi2dvi emits an identical copy of the dvi file in the current working directory. I found a similar-sounding rep