Lars Gullik Bjønnes writes:
>
> "R. Lahaye" <[EMAIL PROTECTED]> writes:
> 
> | # make install
> | [...]
> | install: ./scripts/CVS: Inappropriate file type or format
> | [...]
> | install: ./doc/*.eps: No such file or directory
> | [...]
> 
> make distdir
> cd <distdir>
> ./configure
> make
> make install

Sorry, I'm not really familiar with this setup. I usually build
alongside my CVS repository. When I follow your guidlines, I do:

$ gmake maintainer-clean
$ cvs update
$ ./autogen.sh
$ ./configure --prefix=/opt
$ gmake distdir
$ cd lyx-1.2.0cvs
$ ./configure --prefix=/opt
$ gmake
# gmake install-strip

This solves half of the problem; I still get:

  install: ./doc/*.eps: No such file or directory


When I now do a "cvs update" in the root of my CVS repository, I get:

------------------------------------
[...]
M po/POTFILES.in
M po/bg.po
M po/ca.po
M po/cs.po
M po/da.po
M po/de.po
[...and all other .po files...]
------------------------------------

Why are these files modified, when they are also provided by CVS?

Rob.

Reply via email to