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 $top_srcdir -name \*.info finds nothing > (with directory names suitably replaced) and then do 'make info', > what is the output (again, cut and paste all output, please)? find . -name "*.info" [EMAIL PROTECTED] DevIL]$ find . -name "*.info" [EMAIL PROTECTED] DevIL]$ make info ... Making info in docs make[1]: Entering directory `/home/bubla/tars/devil/DevIL/docs' make[1]: Nothing to be done for `info'. ... > Lastly, please post the Makefile.am that is responsible for listing the > info_TEXINFOS. [EMAIL PROTECTED] DevIL]$ cat docs/Makefile.am info_TEXINFOS = DevIL_manual.texi EXTRA_DIST = images/DevIL.png images/devil_msvc_include.png images/devil_msvc_lib.png EXTRA_DIST += images/DevIL.eps images/devil_msvc_include.eps images/devil_msvc_lib.eps