Re: automake + .info files help needed

2008-11-15 Thread Ralf Wildenhues
Hello Matěj, please keep the Cc: to the list, thanks. * Matěj Týč wrote on Fri, Nov 14, 2008 at 06:54:41PM CET: Which automake version are you using? Which system are you on (maybe w32 and there are line ending issues)? The newest one AFAIK -- automake (GNU automake) 1.10.1 I use

Re: automake + .info files help needed

2008-11-13 Thread Ralf Wildenhues
Hello Matěj, * Matěj Týč wrote on Sun, Nov 02, 2008 at 07:30:07PM CET: However, I have made an important discovery: My .texi file contains @setfilename command. If the command argument has .info suffix, no .info file is built at all (this is the reported problem). However, if it does not have

Re: automake + .info files help needed

2008-11-12 Thread Matěj Týč
Hello, Ralf, here are things you have requested, if the previous mails wasn't satisfactory ;-) First, do you build in-tree (./configure ...) or out-of-tree (../path/to/configure ...)? I build in-tree... Second, if you find $top_srcdir $top_builddir -name \*.info | xargs rm -f find

automake + .info files help needed

2008-11-02 Thread Matěj Týč
Hello, I use Texinfo to document my project and I have a foo.texi file in doc/ subdirectory. I have these lines in the doc/Makefile.am: info_TEXINFOS = foo.texi EXTRA_DIST = images/foo1.png etc. I also have the doc/ directory and makefile registered in root Makefile.am and in configure.ac

Re: automake + .info files help needed

2008-11-02 Thread Matěj Týč
Thank you very much for your quick reply, Please post the output of 'make distcheck', and state which automake version you're using. Thanks. I use automake (GNU automake) 1.10.1 make distcheck just complains that it can't find the foo.info file so it can't install it (or at least it seems

Re: automake + .info files help needed

2008-11-02 Thread Ralf Wildenhues
Hello Matěj, * Matěj Týč wrote on Sun, Nov 02, 2008 at 12:01:35PM CET: I use Texinfo to document my project and I have a foo.texi file in doc/ subdirectory. I have these lines in the doc/Makefile.am: info_TEXINFOS = foo.texi EXTRA_DIST = images/foo1.png etc. I also have the doc/

Re: automake + .info files help needed

2008-11-02 Thread Ralf Wildenhues
* Matěj Týč wrote on Sun, Nov 02, 2008 at 12:26:13PM CET: Please post the output of 'make distcheck', and state which automake version you're using. Thanks. I use automake (GNU automake) 1.10.1 make distcheck just complains that it can't find the foo.info file so it can't install it

Re: automake + .info files help needed

2008-11-02 Thread Bruce Korb
Ralf Wildenhues wrote: Please just post all of the output, it is often much easier for me to see then what went wrong. Hi Ralf, Okay, here's my (I'd guess different) problem. Beats me. :( Thanks for any hints! :) Cheers - Bruce Making dvi in doc make[2]: Entering directory

Re: automake + .info files help needed

2008-11-02 Thread Ralf Wildenhues
Hi Bruce, * Bruce Korb wrote on Sun, Nov 02, 2008 at 05:16:06PM CET: Ralf Wildenhues wrote: Please just post all of the output, it is often much easier for me to see then what went wrong. Okay, here's my (I'd guess different) problem. Beats me. :( Yes, that's most definitely a different

Re: automake + .info files help needed

2008-11-02 Thread Matěj Týč
Please just post all of the output, it is often much easier for me to see then what went wrong. OK, you have asked for it :-) I send output of 'make distcheck' and 'automake --verbose' zipped in the attachment Unfortunately, it is not a simple foo project... The info file should have been

Re: automake + .info files help needed

2008-11-02 Thread Ralf Wildenhues
* Matěj Týč wrote on Sun, Nov 02, 2008 at 05:45:59PM CET: Please just post all of the output, it is often much easier for me to see then what went wrong. OK, you have asked for it :-) I send output of 'make distcheck' and 'automake --verbose' zipped in the attachment Thanks. The error

Re: automake + .info files help needed

2008-11-02 Thread Matěj Týč
First, do you build in-tree (./configure ...) or out-of-tree (../path/to/configure ...)? I usually build in-tree and make distcheck build out-of-tree. Never came across an .info file, though (I have used find -name *.info as told below) Second, if you find $top_srcdir $top_builddir -name