Re: lib/Makefile.am

2004-05-29 Thread Georg Baum
Am Samstag, 29. Mai 2004 00:16 schrieb Lars Gullik Bjønnes: > Georg Baum <[EMAIL PROTECTED]> writes: > > | Lars, > > > | lib/Makefile.am contains some compiled python files: > | If they are not there, make complains (with builddir != srcdir). > | If they should be installed, then certainly all of

Re: lib/Makefile.am

2004-05-28 Thread Lars Gullik Bjønnes
Georg Baum <[EMAIL PROTECTED]> writes: | Lars, > | lib/Makefile.am contains some compiled python files: > | lyx2lyx_DATA = \ | lyx2lyx/error.pyc \ | lyx2lyx/lyx2lyx \ | lyx2lyx/parser_tools.pyc \ | lyx2lyx/lyx_1_4.pyc \ | lyx2lyx/parser_tools.py \ |

Re: lib/Makefile.am error in 1.3.3

2003-11-05 Thread Jean-Marc Lasgouttes
> "Albert" == Albert Chin <[EMAIL PROTECTED]> writes: Albert> If xfonts/PSres.upr doesn't exists, the install-xfonts will Albert> fail, causing 'make install' to fail. Hello Albert, Thanks for the report. I actually half-baked this PSres.upr support and did not test it well enough. Here is

Re: lib/Makefile.am patch against 1.1.6fix1

2001-02-02 Thread lyx-devel
On Fri, Feb 02, 2001 at 01:44:52PM +, John Levon wrote: > On Fri, 2 Feb 2001 [EMAIL PROTECTED] wrote: > > > The configure script for relyx needs to be installed with +x. Out of > > the box, it is installed as a data file, 644. > > This is my fault. On my system it installed these files as +x

Re: lib/Makefile.am patch against 1.1.6fix1

2001-02-02 Thread John Levon
On Fri, 2 Feb 2001 [EMAIL PROTECTED] wrote: > The configure script for relyx needs to be installed with +x. Out of > the box, it is installed as a data file, 644. This is my fault. On my system it installed these files as +x so I didn't notice the problem. However, this patch is wrong as it bre

Re: lib/Makefile.am dist patch

2000-10-11 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | Here's a quick oversight. Ok, I added that. Lgb