[Lemon-commits] Peter Kovacs: Slightly improve help comments
Lemon HG
hg at lemon.cs.elte.hu
Fri Jun 26 14:58:16 CEST 2009
details: http://lemon.cs.elte.hu/hg/lemon-project-template/rev/9e2434e259eb
changeset: 6:9e2434e259eb
user: Peter Kovacs <kpeter [at] inf.elte.hu>
date: Tue Jun 16 18:47:21 2009 +0200
description:
Slightly improve help comments
diffstat:
CMakeLists.txt | 8 ++++----
README | 9 +++++----
2 files changed, 9 insertions(+), 8 deletions(-)
diffs (63 lines):
diff --git a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,12 +5,12 @@
SET(PROJECT_NAME "LEMON-PROJECT-TEMPLATE")
## Change 'hg-tip' to the current version number of your project if you wish.
-## Optionally, you can leave it as is as set PROJECT_VERSION from the cmake-gui
-## when you make a release.
+## Optionally, you can leave it as is and set PROJECT_VERSION from
+## the cmake-gui when you make a release.
## The last parameter is a help string displayed by CMAKE.
SET(PROJECT_VERSION "hg-tip"
- CACHE STRING "LEMON PROJECT TEMPLATE version string.")
+ CACHE STRING "${PROJECT_NAME} version string")
## Do not edit this.
PROJECT(${PROJECT_NAME})
@@ -88,7 +88,7 @@
ENABLE_TESTING()
-## This auxiliary doxygen files (.dox) should be placed in the 'doc'
+## The auxiliary doxygen files (.dox) should be placed in the 'doc'
## subdirectory. The next line includes the CMAKE config of that directory.
ADD_SUBDIRECTORY(doc)
diff --git a/README b/README
--- a/README
+++ b/README
@@ -9,8 +9,8 @@
$ cd myproject
As you probably want to use LEMON in your project, you will need it
-too. For this you have to options. You can either install is somewhere
-or use a local copy of lemon dedicated to your project. This later
+too. For this you have to options. You can either install it somewhere
+or use a local copy of LEMON dedicated to your project. This later
option is especially usefull if you also modify/develop LEMON along
with your project, or want to use a specific version.
@@ -23,7 +23,7 @@
Use LEMON as a subproject.
- Just simply coping the lemon source code into the 'lemon' subdir
+ Just simply copying the LEMON source code into the 'lemon' subdir
will do the job. Namely, you can either extract a release tarball
$ wget http://lemon.cs.elte.hu/pub/sources/lemon-1.1.tar.gz
@@ -40,8 +40,9 @@
$ cd build
$ cmake-gui ..
+
Setup Your Own Project
======================
Edit CMakeLists.txt to change the name of the project and the source
-files. Simply follow the instructions in CMakeLists.txt.
\ No newline at end of file
+files. Simply follow the instructions in CMakeLists.txt.
More information about the Lemon-commits
mailing list