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
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 \
|
> "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
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
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
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes:
| Here's a quick oversight.
Ok, I added that.
Lgb