On Tue, Nov 13, 2007 at 03:23:41PM +, [EMAIL PROTECTED] wrote:
> Author: lasgouttes
> Date: Tue Nov 13 16:23:40 2007
> New Revision: 21584
>
> URL: http://www.lyx.org/trac/changeset/21584
> Log:
> remove url.module
Thanks!
- Martin
> Modified:
> lyx-
Andre Poenitz <[EMAIL PROTECTED]> writes:
> What would I use to have it in the tarball but not installed?
>
> EXTRADIST?
I think you need to use noinst somewhere in the name of the variable.
On Thu, Oct 18, 2007 at 02:28:00PM +0200, Jean-Marc Lasgouttes wrote:
> Andre Poenitz <[EMAIL PROTECTED]> writes:
>
> > Hm... I wonder whether I have overlooked something here
> >
> > Even if the files are not needed for 'make install' they might be needed
> > for 'make dist', right?
>
> This
Andre Poenitz <[EMAIL PROTECTED]> writes:
> Hm... I wonder whether I have overlooked something here
>
> Even if the files are not needed for 'make install' they might be needed
> for 'make dist', right?
This is what I was about to answer to your commit message.
JMarc
On Wed, Oct 17, 2007 at 07:14:16PM -, [EMAIL PROTECTED] wrote:
> Author: poenitz
> Date: Wed Oct 17 21:14:15 2007
> New Revision: 21014
>
> URL: http://www.lyx.org/trac/changeset/21014
> Log:
> no need to install images anymore...
>
> Modified:
> l
Bo Peng wrote:
IIRC, your symbolic link src/tex2lyx/TextClass.h should not exist
because tex2lyx can use src/TextClass.h after Andre's use.
I meant after 'Andre modified the way src/*.h is used in src/tex2lyx'.
Right. I see those links haven't been updated in a while. I'll remove them.
> IIRC, your symbolic link src/tex2lyx/TextClass.h should not exist
> because tex2lyx can use src/TextClass.h after Andre's use.
I meant after 'Andre modified the way src/*.h is used in src/tex2lyx'.
Bo
> I don't have this problem and don't know why. I know there's something
> funny about tex2lyx, that when I modify files in src/ those ones seem
> magically to get modified, too.
IIRC, your symbolic link src/tex2lyx/TextClass.h should not exist
because tex2lyx can use src/TextClass.h after Andre's
And further to the below, I should learn how to build with scons, if
only so that I can check that everything works there. I still don't know
how to do that, or how to build with CMake, or any of the other
twenty-six build systems. ;-)
rh
Richard Heck wrote:
Bo Peng wrote:
Have you checke
Bo Peng wrote:
Have you checked tex2lyx? I get:
try1/src/tex2lyx/TextClass.cpp: In constructor
`lyx::TextClass::TextClass(const std::string&, const std::string&,
const std::string&, bool)':
try1/src/tex2lyx/TextClass.cpp:110: error: `modular_' was not declared
in this scope
try1/src/tex2lyx/Text
l/trunk/lib/layouts/theorems-withinchap.module
> lyx-devel/trunk/lib/layouts/theorems-withinsec.module
> lyx-devel/trunk/lib/layouts/url.module
> lyx-devel/trunk/src/ModuleList.cpp
> lyx-devel/trunk/src/ModuleList.h
> Modified:
> lyx-devel/trunk/lib/Makefile.am
>
Georg Baum schrieb:
[EMAIL PROTECTED] wrote:
Author: schmitt
Date: Mon Feb 26 17:18:24 2007
New Revision: 17367
URL: http://www.lyx.org/trac/changeset/17367
Log:
install frac-square.xpm
Why? This cannot be used as is, because there is no command \frac-square in
TeX. And if you really
[EMAIL PROTECTED] wrote:
> Author: schmitt
> Date: Mon Feb 26 17:18:24 2007
> New Revision: 17367
>
> URL: http://www.lyx.org/trac/changeset/17367
> Log:
> install frac-square.xpm
Why? This cannot be used as is, because there is no command \frac-square in
TeX. And if you really want to do this y
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 in
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/par
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 \
lyx2lyx/lyxconvert_221.pyc \
lyx2lyx/lyxconvert_223
;[EMAIL PROTECTED]>
* bind/aqua.bind: fix typo
Index: lib/Makefile.am
===========
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/Makefile.am,v
retrieving revision 1.51.2.2
diff -u -p -r1.51.2.2 Makefile.am
--- lib/Makefile.am 17 Sep 2003
If xfonts/PSres.upr doesn't exists, the install-xfonts will fail,
causing 'make install' to fail.
--
albert chin ([EMAIL PROTECTED])
-- snip snip
--- lib/Makefile.am.origMon Oct 20 02:52:02 2003
+++ lib/Makefile.am Mon Oct 20 02:52:16 2003
@@ -59,7 +59,7
ll !
Ok, how about the attached?
--
albert chin ([EMAIL PROTECTED])
-- snip snip
--- lib/Makefile.am.orig Fri Feb 2 07:05:07 2001
+++ lib/Makefile.am Fri Feb 2 07:58:37 2001
@@ -19,7 +19,7 @@
UI = ui/*.ui
LIBINSTFILES = $(BIND) $(CLIPART) $(DOCINST) $(EXAMPLES) $(IMAGES) $(KB
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
The configure script for relyx needs to be installed with +x. Out of
the box, it is installed as a data file, 644.
--
albert chin ([EMAIL PROTECTED])
-- snip snip
--- lib/Makefile.am.origFri Feb 2 07:05:07 2001
+++ lib/Makefile.am Fri Feb 2 07:05:36 2001
@@ -4,6 +4,7
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes:
| Here's a quick oversight.
Ok, I added that.
Lgb
Here's a quick oversight.
--
Kayvan A. Sylvan | Proud husband of | Father to my kids:
Sylvan Associates, Inc.| Laura Isabella Sylvan | Katherine Yelena
http://www.successlinks.com/kayvan | Reach your goals now! | Robin Gregory
Index: lib/Makefi
On 14 Oct 1999 15:30:18 +0900, [EMAIL PROTECTED] wrote:
>"Arnd Hanses" <[EMAIL PROTECTED]> wrote:
>
>> Those paths are absolutely fixed and must not be changed. (If you
>> fiddle with them, X might even refuse to start up).
>
>This statement is simply untrue. The only thing fixed in X is the
>lo
"Arnd Hanses" <[EMAIL PROTECTED]> wrote:
> Those paths are absolutely fixed and must not be changed. (If you
> fiddle with them, X might even refuse to start up).
This statement is simply untrue. The only thing fixed in X is the
location of the host file for the server/clients connections.
Othe
On 12 Oct 1999 21:38:42 +0200, Lars Gullik Bj°nnes wrote:
>I use pkgdata_SCRIPTS = configure
>
>will add configure.cmd also _or_ should configure.cmd only be
>installed on a OS/2 system? (and then not configure)
>
Is configure.cmd of any use for Unix???
The situation for OS/2 install is a bit d
those who are foolish enough
to want to try them.
The slightly modified patch follows:
Index: lib/Makefile.am
=======
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/Makefile.am,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile.am
--- lib/
On Tue, Oct 12, 1999 at 09:38:42PM +0200, Lars Gullik Bjønnes wrote:
> "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes:
>
>
> | lyxrc.defaults doc/LaTeXConfig.lyx
> | -bin_SCRIPTS = configure
> | +bin_SCRIPTS =
>
> I use pkgdata_SCRIPTS = configure
>
> will add configure.cmd also _o
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes:
| > | -IMAGES = images/README images/*.xpm images/*.xbm
| > | +IMAGES = images/*.xpm images/*.xbm
| >
| > Yes... but why really?
|
| Because in lib, images/README does not exist.
No a bad reason. :-)
Lgb
On Tue, Oct 12, 1999 at 09:38:42PM +0200, Lars Gullik Bjønnes wrote:
>
> I use pkgdata_SCRIPTS = configure
>
Okay. Cool.
> | -IMAGES = images/README images/*.xpm images/*.xbm
> | +IMAGES = images/*.xpm images/*.xbm
>
> Yes... but why really?
Because in lib, images/README does not exist.
It
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes:
| lyxrc.defaults doc/LaTeXConfig.lyx
| -bin_SCRIPTS = configure
| +bin_SCRIPTS =
I use pkgdata_SCRIPTS = configure
will add configure.cmd also _or_ should configure.cmd only be
installed on a OS/2 system? (and then not configure)
|
This patch fixes the installed location of LyX's configure (and fixes
a minor problem with the Makefile.am as well):
Index: lib/Makefile.am
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/Makefile.am,v
retrieving revisio
32 matches
Mail list logo