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
9pages, in the doc/ subdirectory. 9pages, in the doc/ subdirectory.
10 10
11An online copy of the documentation in various formats is available 11An online copy of the documentation in various formats is available
12at http://grecs.man.gnu.org.ua. 12at http://argot.man.gnu.org.ua.
13 13
14If you are interested in libgrecs, a standalone library implementation 14If you are interested in libargot, a standalone library implementation
15of Grecs, see the file README.standalone in this directory, or visit 15of Grecs, see the file README.standalone in this directory, or visit
16http://grecs.man.gnu.org.ua. 16http://argot.man.gnu.org.ua.
17 17
18* Overview 18* Overview
19 19
@@ -30,37 +30,37 @@ recursively, joining several trees together, reductions, etc.
30 30
31* Usage 31* Usage
32 32
331. Install grecs as a submodule: 331. Install argot as a submodule:
34 34
35 git submodule add git://git.gnu.org.ua/grecs.git grecs 35 git submodule add git://git.gnu.org.ua/argot.git argot
36 36
372. Add a call to GRECS_SETUP to your configure.ac. It can be as 372. Add a call to ARGOT_SETUP to your configure.ac. It can be as
38simple as: 38simple as:
39 39
40 GRECS_SETUP 40 ARGOT_SETUP
41 41
42If the subproject directory is not 'grecs', supply the actual 42If the subproject directory is not 'argot', supply the actual
43directory name as the first argument to this macro, e.g.: 43directory name as the first argument to this macro, e.g.:
44 44
45 GRECS_SETUP(lib/grecs) 45 ARGOT_SETUP(lib/argot)
46 46
47For a detailed description of the GRECS_SETUP macro, run 47For a detailed description of the ARGOT_SETUP macro, run
48`man doc/GRECS_SETUP.3'. 48`man doc/ARGOT_SETUP.3'.
49 49
503. In your Makefile.am, add @GRECS_INCLUDES@ to the INCLUDES value, 503. In your Makefile.am, add @ARGOT_INCLUDES@ to the INCLUDES value,
51and @GRECS_LDADD@ to LDADD, e.g.: 51and @ARGOT_LDADD@ to LDADD, e.g.:
52 52
53 INCLUDES = @GRECS_INCLUDES@ 53 INCLUDES = @ARGOT_INCLUDES@
54 LDADD = @GRECS_LDADD@ 54 LDADD = @ARGOT_LDADD@
55 55
564. Include "grecs.h" 564. Include "argot.h"
57 57
585. Use the library to handle your configuration files. See the 585. Use the library to handle your configuration files. See the
59documentation for a detailed discussion. 59documentation for a detailed discussion.
60 60
61* Bug reporting. 61* Bug reporting.
62 62
63Send bug reports to <gray+grecs@gnu.org.ua>. 63Send bug reports to <gray+argot@gnu.org.ua>.
64 64
65 65
66* Copyright information: 66* Copyright information:

Return to:

Send suggestions and report system problems to the System administrator.