aboutsummaryrefslogtreecommitdiff
path: root/README.submodule
diff options
context:
space:
mode:
Diffstat (limited to 'README.submodule')
-rw-r--r--README.submodule34
1 files changed, 17 insertions, 17 deletions
diff --git a/README.submodule b/README.submodule
index e04a4ec..5573a64 100644
--- a/README.submodule
+++ b/README.submodule
@@ -9,11 +9,11 @@ You will find a complete documentation for Grecs, in form of man
pages, in the doc/ subdirectory.
An online copy of the documentation in various formats is available
-at http://grecs.man.gnu.org.ua.
+at http://argot.man.gnu.org.ua.
-If you are interested in libgrecs, a standalone library implementation
+If you are interested in libargot, a standalone library implementation
of Grecs, see the file README.standalone in this directory, or visit
-http://grecs.man.gnu.org.ua.
+http://argot.man.gnu.org.ua.
* Overview
@@ -30,37 +30,37 @@ recursively, joining several trees together, reductions, etc.
* Usage
-1. Install grecs as a submodule:
+1. Install argot as a submodule:
- git submodule add git://git.gnu.org.ua/grecs.git grecs
+ git submodule add git://git.gnu.org.ua/argot.git argot
-2. Add a call to GRECS_SETUP to your configure.ac. It can be as
+2. Add a call to ARGOT_SETUP to your configure.ac. It can be as
simple as:
- GRECS_SETUP
+ ARGOT_SETUP
-If the subproject directory is not 'grecs', supply the actual
+If the subproject directory is not 'argot', supply the actual
directory name as the first argument to this macro, e.g.:
- GRECS_SETUP(lib/grecs)
+ ARGOT_SETUP(lib/argot)
-For a detailed description of the GRECS_SETUP macro, run
-`man doc/GRECS_SETUP.3'.
+For a detailed description of the ARGOT_SETUP macro, run
+`man doc/ARGOT_SETUP.3'.
-3. In your Makefile.am, add @GRECS_INCLUDES@ to the INCLUDES value,
-and @GRECS_LDADD@ to LDADD, e.g.:
+3. In your Makefile.am, add @ARGOT_INCLUDES@ to the INCLUDES value,
+and @ARGOT_LDADD@ to LDADD, e.g.:
- INCLUDES = @GRECS_INCLUDES@
- LDADD = @GRECS_LDADD@
+ INCLUDES = @ARGOT_INCLUDES@
+ LDADD = @ARGOT_LDADD@
-4. Include "grecs.h"
+4. Include "argot.h"
5. Use the library to handle your configuration files. See the
documentation for a detailed discussion.
* Bug reporting.
-Send bug reports to <gray+grecs@gnu.org.ua>.
+Send bug reports to <gray+argot@gnu.org.ua>.
* Copyright information:

Return to:

Send suggestions and report system problems to the System administrator.