Re: [LyX/2.1.x] Install.cmake: add missing subfolder "\templates\springer"

2014-09-24 Thread Kornel Benko
Am Donnerstag, 25. September 2014 um 00:23:29, schrieb Uwe Stöhr > commit 53fb8f28a5333a5e703eb7564dd9e97eba1844ca > Author: Uwe Stöhr > Date: Thu Sep 25 00:23:23 2014 +0200 > > Install.cmake: add missing subfolder "\templates\springer" > > diff --git a/de

Re: Re: [PATCH 1/2] INSTALL.cmake: typos, grammar, and whitespace

2013-01-31 Thread Scott Kostyshak
On Thu, Jan 31, 2013 at 5:05 AM, Kornel Benko wrote: > Am Donnerstag, 31. Januar 2013 um 04:19:48, schrieb Scott Kostyshak > > > ... > >> > - Binary .rpm: > >> > create : cpack -G RPM --config CPackConfig.cmake > >> > -list : rpm -qlp lyx-*.rpm > >> > -install: rpm

Re: Re: [PATCH 1/2] INSTALL.cmake: typos, grammar, and whitespace

2013-01-31 Thread Kornel Benko
Am Donnerstag, 31. Januar 2013 um 04:19:48, schrieb Scott Kostyshak ... > > - Binary .rpm: > > create : cpack -G RPM --config CPackConfig.cmake > > -list : rpm -qlp lyx-*.rpm > > -install: rpm -U lyx-*.rpm > > +list : rpm -qlp lyx-*.rpm > > +insta

Re: [PATCH 1/2] INSTALL.cmake: typos, grammar, and whitespace

2013-01-31 Thread Scott Kostyshak
On Thu, Jan 31, 2013 at 4:18 AM, Scott Kostyshak wrote: > --- > INSTALL.cmake | 114 > - > 1 file changed, 57 insertions(+), 57 deletions(-) > > diff --git a/INSTALL.cmake b/INSTALL.cmake > index caca807..c

[PATCH 1/2] INSTALL.cmake: typos, grammar, and whitespace

2013-01-31 Thread Scott Kostyshak
--- INSTALL.cmake | 114 - 1 file changed, 57 insertions(+), 57 deletions(-) diff --git a/INSTALL.cmake b/INSTALL.cmake index caca807..cbd6512 100644 --- a/INSTALL.cmake +++ b/INSTALL.cmake @@ -15,15 +15,15 @@ Building LyX with CMake

Re: Re: INSTALL.cmake clarification

2013-01-15 Thread Scott Kostyshak
On Tue, Jan 15, 2013 at 5:41 AM, Kornel Benko wrote: > Am Dienstag, 15. Januar 2013 um 05:03:55, schrieb Scott Kostyshak > > >> OK. I won't change anything in INSTALL.cmake but the "you have to > >> set the environment variable" makes it sound like the Cmak

Re: Re: INSTALL.cmake clarification

2013-01-15 Thread Kornel Benko
Am Dienstag, 15. Januar 2013 um 05:03:55, schrieb Scott Kostyshak > OK. I won't change anything in INSTALL.cmake but the "you have to > set the environment variable" makes it sound like the Cmake-user > absolutely needs to do this. Remnant of 1.5 to 2.0 versions. I do

Re: INSTALL.cmake clarification

2013-01-15 Thread Scott Kostyshak
b > > > > No need for 2.1. No harm either. (Check Preferences->Paths) > > > >> Windows : set LYX_DIR_21x=\lib > >> > >> I have used out-of-source and in-source Cmake builds and have never > >> had to set the environment variable. Cmake doesn'

Re: INSTALL.cmake clarification

2013-01-15 Thread Kornel Benko
Am Dienstag, 15. Januar 2013 um 03:42:26, schrieb Scott Kostyshak > When is the following true? > > When you want to run LyX without installing from a out-of-source > build directory you have to set the environment variable LYX_DIR_21x Cmake: Lyx (2.1) finds it's way to the source path,

INSTALL.cmake clarification

2013-01-15 Thread Scott Kostyshak
When is the following true? When you want to run LyX without installing from a out-of-source build directory you have to set the environment variable LYX_DIR_21x and it must point to the lib dir in the source tree. Linux/Unix: export LYX_DIR_21x=/lib Windows : set LYX

Re: INSTALL.cmake

2007-07-11 Thread José Matos
On Wednesday 11 July 2007 08:30:29 Jean-Marc Lasgouttes wrote: > > Jean-Marc> Here is the patch I am going to commit. > > Hmmph. OK. -- José Abílio

Re: INSTALL.cmake

2007-07-11 Thread Jean-Marc Lasgouttes
>>>>> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >>>>> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes: Peter> Could we rename README.cmake into INSTALL.cmake and move it to Peter> top level trunk

Re: INSTALL.cmake

2007-07-11 Thread Jean-Marc Lasgouttes
>>>>> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes: Peter> Could we rename README.cmake into INSTALL.cmake and move it to Peter> top level trunk? Here is the patch I am going to commit. Note that I took the liberty to actually distribute the cmake

INSTALL.cmake

2007-07-10 Thread Peter Kümmel
Could we rename README.cmake into INSTALL.cmake and move it to top level trunk? It would be great if someone could also have a look at the content, layout, English, formating, ... Thanks, Peter