aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-04-05 15:14:23 +0300
committerArnold D. Robbins <arnold@skeeve.com>2015-04-05 15:14:23 +0300
commit8ff976cd49eab84fcc0891e94a8896c2017b5275 (patch)
treec43a19430c947aebd0bf155fe90962dbd7dacbfa /doc/gawktexi.in
parente7ee504434e315852ebd449e20d72929de63cfe6 (diff)
downloadegawk-8ff976cd49eab84fcc0891e94a8896c2017b5275.tar.gz
egawk-8ff976cd49eab84fcc0891e94a8896c2017b5275.tar.bz2
egawk-8ff976cd49eab84fcc0891e94a8896c2017b5275.zip
Doc fixes.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in26
1 files changed, 9 insertions, 17 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 706754e2..e3d396d1 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -12851,7 +12851,7 @@ If you have written extensions that modify the record handling (by
inserting an ``input parser''; @pxref{Input Parsers}), you can invoke
them at this point, before @command{gawk} has started processing the file.
(This is a @emph{very} advanced feature, currently used only by the
-@uref{http://gawkextlib.sourceforge.net, @code{gawkextlib} project}.)
+@uref{http://sourceforge.net/projects/gawkextlib, @code{gawkextlib} project}.)
@end itemize
The @code{ENDFILE} rule is called when @command{gawk} has finished processing
@@ -14805,10 +14805,10 @@ conceptually, if the element values are eight, @code{"foo"},
@float Figure,figure-array-elements
@caption{A contiguous array}
@ifinfo
-@center @image{array-elements, , , Basic Program Stages, txt}
+@center @image{array-elements, , , A Contiguous Array, txt}
@end ifinfo
@ifnotinfo
-@center @image{array-elements, , , Basic Program Stages}
+@center @image{array-elements, , , A Contiguous Array}
@end ifnotinfo
@end float
@end ifnotdocbook
@@ -34074,20 +34074,12 @@ make && make check @ii{Build and check that all is OK}
make install @ii{Install gawk}
@end example
-Next, build @code{gawkextlib} and test it:
-
-@example
-cd .../path/to/gawkextlib-code
-./update-autotools @ii{Generate configure, etc.}
- @ii{You may have to run this command twice}
-./configure --with-gawk=/tmp/newgawk @ii{Configure, point at ``installed'' gawk}
-make && make check @ii{Build and check that all is OK}
-make install @ii{Install the extensions}
-@end example
-
-If you have installed @command{gawk} in the standard way, then you
-will likely not need the @option{--with-gawk} option when configuring
-@code{gawkextlib}. You may need to use the @command{sudo} utility
+Next, go to @url{http://sourceforge.net/projects/gawkextlib/files} to
+download @code{gawkextlib} and any extensions that you would like to build.
+The @file{README} file at that site explains how to build the code. If you
+installed @command{gawk} in a non-standard location, you will need to
+specify @code{./configure --with-gawk=@var{/path/to/gawk}} to find it.
+You may need to use the @command{sudo} utility
to install both @command{gawk} and @code{gawkextlib}, depending upon
how your system works.