Re: [Cvslog] r21584 - /lyx-devel/trunk/lib/Makefile.am

2007-11-13 Thread Martin Vermeer
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-

Re: [Cvslog] r21014 - /lyx-devel/trunk/lib/Makefile.am

2007-10-18 Thread Jean-Marc Lasgouttes
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.

Re: [Cvslog] r21014 - /lyx-devel/trunk/lib/Makefile.am

2007-10-18 Thread Andre Poenitz
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

Re: [Cvslog] r21014 - /lyx-devel/trunk/lib/Makefile.am

2007-10-18 Thread Jean-Marc Lasgouttes
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

Re: [Cvslog] r21014 - /lyx-devel/trunk/lib/Makefile.am

2007-10-17 Thread Andre Poenitz
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

Re: r19893 - in /lyx-devel/trunk: lib/Makefile.am lib/configu...

2007-08-29 Thread Richard Heck
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.

Re: r19893 - in /lyx-devel/trunk: lib/Makefile.am lib/configu...

2007-08-29 Thread Bo Peng
> 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

Re: r19893 - in /lyx-devel/trunk: lib/Makefile.am lib/configu...

2007-08-29 Thread Bo Peng
> 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

Re: r19893 - in /lyx-devel/trunk: lib/Makefile.am lib/configu...

2007-08-29 Thread Richard Heck
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

Re: r19893 - in /lyx-devel/trunk: lib/Makefile.am lib/configu...

2007-08-29 Thread Richard Heck
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

Re: r19893 - in /lyx-devel/trunk: lib/Makefile.am lib/configu...

2007-08-29 Thread Bo Peng
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 >

Re: r17367 - /lyx-devel/trunk/lib/Makefile.am

2007-02-26 Thread Michael Gerz
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

Re: r17367 - /lyx-devel/trunk/lib/Makefile.am

2007-02-26 Thread Georg Baum
[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

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 in

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/par

lib/Makefile.am

2004-05-28 Thread Georg Baum
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

Re: lib/Makefile.am error in 1.3.3

2003-11-05 Thread Jean-Marc Lasgouttes
;[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

lib/Makefile.am error in 1.3.3

2003-10-20 Thread Albert Chin
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

Re: lib/Makefile.am patch against 1.1.6fix1

2001-02-02 Thread lyx-devel
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

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

lib/Makefile.am patch against 1.1.6fix1

2001-02-02 Thread lyx-devel
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

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

lib/Makefile.am dist patch

2000-10-11 Thread Kayvan A. Sylvan
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

Re: lyx-devel branch lib/Makefile.am patch

1999-10-14 Thread Arnd Hanses
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

Re: lyx-devel branch lib/Makefile.am patch

1999-10-13 Thread miyata
"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

Re: lyx-devel branch lib/Makefile.am patch

1999-10-12 Thread Arnd Hanses
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

Re: lyx-devel branch lib/Makefile.am patch

1999-10-12 Thread Kayvan A. Sylvan
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/

Re: lyx-devel branch lib/Makefile.am patch

1999-10-12 Thread Kayvan A. Sylvan
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

Re: lyx-devel branch lib/Makefile.am patch

1999-10-12 Thread Lars Gullik Bjønnes
"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

Re: lyx-devel branch lib/Makefile.am patch

1999-10-12 Thread Kayvan A. Sylvan
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

Re: lyx-devel branch lib/Makefile.am patch

1999-10-12 Thread Lars Gullik Bjønnes
"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) |

lyx-devel branch lib/Makefile.am patch

1999-10-12 Thread Kayvan A. Sylvan
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