summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorVincent Legoll <vincent.legoll@gmail.com>2009-04-27 00:07:05 +0200
committerVincent Legoll <vincent.legoll@gmail.com>2009-04-27 01:43:32 +0200
commitcd4ebced07dcb2ff7f12e53afdcb092339ac0d89 (patch)
tree073933ea04cf599d3d551bb3a2540c30d65cf8a1 /README
parent97a89c420c9b1750d958680abcdbf0fcf57f7ec8 (diff)
downloadgnome-common-cd4ebced07dcb2ff7f12e53afdcb092339ac0d89.tar.gz
Trivial update
* Remove CVS references, use "repository tree" * Fix whitespace * Fix typo "The" -> "There"
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 9 insertions, 8 deletions
diff --git a/README b/README
index 611a0a0..edd42be 100644
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ GNOME application.
-----------------------------------------------------------------------------
To make this work both for GNOME Applications inside and outside the
-GNOME CVS Tree I did the following:
+GNOME repository tree I did the following:
* There is an `INSIDE_GNOME_COMMON' automake conditional which is defined
in two places:
@@ -19,17 +19,18 @@ GNOME CVS Tree I did the following:
in `$(datadir)/aclocal/gnome'.
Since aclocal doesn't look in subdirectories we can safely install them
- there even when compiling from CVS.
+ there even when compiling from the repository.
Also, there is no need to make any change to any existing application
- in the GNOME CVS Tree - really fine ...
+ in the GNOME repository tree - really fine...
-* When we're outside the GNOME CVS Tree we simply need to tell aclocal that
- it should also look in `$(datadir)/aclocal/gnome' and it will find all
+* When we're outside the GNOME repository tree, we simply need to tell aclocal
+ that it should also look in `$(datadir)/aclocal/gnome' and it will find all
the macros.
- The is a `gnome-skel' module in CVS that can be used as a starting point
- when writing a new GNOME Application that should be used outside CVS.
+ There is a `gnome-skel' module in the repository that can be used as a
+ starting point when writing a new GNOME application that should be used
+ outside the repository.
-February 4, 1999,
+February 4, 1999,
Martin Baulig <martin@home-of-linux.org>