gdb.info: no gdb-cfg.texi

2005-05-28 Thread Ilya N. Golubev
Version: 6.3

Can not rebuild `gdb.info' even by explicit command.  At least one
required file is neither in distribution nor gets built.

bash ../share/gdb-6.3/configuremake
bash rm ../share/gdb-6.3/gdb/doc/gdb.info*
bash pushd gdb/doc;make ../../../share/gdb-6.3/gdb/doc/gdb.info;popd

makeinfo  ../../../share/gdb-6.3/gdb/doc/gdb.texinfo -o 
../../../share/gdb-6.3/gdb/doc/gdb.info
../../../share/gdb-6.3/gdb/doc/gdb.texinfo:11: @include `gdb-cfg.texi': No such 
file or directory.

Will post the ensuing cascade of warnings and errors on request.

bash find . ../share/gdb-6.3 -type f -name gdb-cfg.texi

outputs nothing.


___
Bug-gdb mailing list
Bug-gdb@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gdb


Re: gdb.info: no gdb-cfg.texi

2005-05-28 Thread Eli Zaretskii
 Date: Fri, 27 May 2005 22:55:31 +0400
 From: Ilya N. Golubev [EMAIL PROTECTED]
 
 Version: 6.3
 
 Can not rebuild `gdb.info' even by explicit command.  At least one
 required file is neither in distribution nor gets built.

gdb-cfg.texi is a generated file.  If you say make info, it will be
built.


___
Bug-gdb mailing list
Bug-gdb@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gdb