Helge Hafting wrote:

> Georg Baum wrote:
 
> Unfortunately, no.
> make clean
> ./autogen.sh
>  ./configure --prefix=/usr/local --with-version-suffix=-1.4cvs
> --with-frontend=qt --with-gnu-ld --with-qt-includes=/usr/include/qt3
> make
> 
> and got:
> Making all in lib
> make[1]: Entering directory `/usr/src/lyx-devel/lib'
> Making all in doc
> make[2]: Entering directory `/usr/src/lyx-devel/lib/doc'
> make[3]: Entering directory `/usr/src/lyx-devel'
> make[3]: Leaving directory `/usr/src/lyx-devel'
> make[2]: *** No rule to make target `cs_TOC.lyx', needed by `all-am'. 
> Stop. make[2]: Leaving directory `/usr/src/lyx-devel/lib/doc'
> make[1]: *** [all-recursive] Error 1
> 
> 
>>What version of automake are you using?
> 
> $ automake --version
> automake (GNU automake) 1.9.6

That should be fine.

> $ make TOCs
> make[1]: Entering directory `/usr/src/lyx-devel'
> make[1]: Leaving directory `/usr/src/lyx-devel'
> python depend.py > Makefile.depend
> make -f Makefile.depend TOCs
> make[1]: Entering directory `/usr/src/lyx-devel/lib/doc'
> make[1]: *** No rule to make target `TOCs'.  Stop.
> make[1]: Leaving directory `/usr/src/lyx-devel/lib/doc'
> make: *** [TOCs] Error 2

That should not happen with the current patch.

>>Can you please send me the generated Makefile?
> 
> lib/doc/Makefile attached.

This is not generated from pristine sources + TOC3.diff. It looks like it
was generated before I did anything to the TOCs. This is strange, since
autogen should have rebuilt Makefile.in and configure should have rebuilt
Makefile. Maybe you still have an old copy of Makefile.am?

>>Was the file Makefile.depend recreated, or is it still the same as in CVS?
>>
> 
> It not the same, according to "cvs diff".

That was expected.


Georg

Reply via email to