aboutsummaryrefslogtreecommitdiff
path: root/doc/grecs-syntax.texi
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-05-04 20:10:36 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-05-04 21:41:39 +0300
commita60eb4b18345626a84e23784d77ca231812e1dff (patch)
tree80192afeadd44b073958c2762491cc7dfea778a1 /doc/grecs-syntax.texi
parentb65bfa7564f564f85d3c595c6c1030af2acf5056 (diff)
downloadgrecs-a60eb4b18345626a84e23784d77ca231812e1dff.tar.gz
grecs-a60eb4b18345626a84e23784d77ca231812e1dff.tar.bz2
Improve docs. Add an option to create installable distribution.
Diffstat (limited to 'doc/grecs-syntax.texi')
-rw-r--r--doc/grecs-syntax.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/grecs-syntax.texi b/doc/grecs-syntax.texi
index b95a0ba..5c7c5ca 100644
--- a/doc/grecs-syntax.texi
+++ b/doc/grecs-syntax.texi
@@ -91,14 +91,14 @@ search path}, while the second one looks for it in the current working
directory first, and, if not found there, in the include search
path.
The default include search path is:
@enumerate 1
-@item @file{@var{prefix}/share/slb/@value{VERSION}/include}
-@item @file{@var{prefix}/share/slb/include}
+@item @file{@var{prefix}/share/@value{PROGNAME}/@value{VERSION}/include}
+@item @file{@var{prefix}/share/@value{PROGNAME}/include}
@end enumerate
@noindent
where @var{prefix} is the installation prefix.
@c FIXME: Uncomment this, if necessary:
@@ -342,18 +342,18 @@ acquainted with @command{m4} macro processor.
instructs it to include line synchronization information in its
output. This information is then used by the parser to display meaningful
diagnostic.
An initial set of macro definitions is supplied by the
@file{pp-setup} file, located in
-@file{@var{$prefix}/share/@value{PROGNAME}/@var{version}/include}
-directory (where @var{version} means the version of @value{PACKAGE}).
+@file{@var{prefix}/share/@value{PROGNAME}/@value{VERSION}/include}
+directory.
The default @file{pp-setup} file renames all @command{m4} built-in
macro names so they all start with the prefix @samp{m4_}. This
-is similar to GNU m4 @option{--prefix-builtin} options, but has an
+is similar to GNU m4 @option{--prefix-builtin} option, but has an
advantage that it works with non-GNU @command{m4} implementations as
well.
@c FIXME:
@ignore
Additional control over the preprocessor is provided via the

Return to:

Send suggestions and report system problems to the System administrator.