aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-01-06 17:52:51 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-01-06 17:52:51 +0200
commita10f6f1a9a49d16133066f23fd3da1be994683a2 (patch)
treebbae8a23df837e325ff2f7991582c9c507391b2d /doc/gawk.texi
parentf33a496757d52c15fe0ec1e20bc20bd68d07dfa5 (diff)
parented4def1cbda16e7014180bfe502bbdccc6a8f2fc (diff)
downloadegawk-a10f6f1a9a49d16133066f23fd3da1be994683a2.tar.gz
egawk-a10f6f1a9a49d16133066f23fd3da1be994683a2.tar.bz2
egawk-a10f6f1a9a49d16133066f23fd3da1be994683a2.zip
Merge branch 'gawk-4.0-stable'
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi16
1 files changed, 14 insertions, 2 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index e0582620..3bf2a4fb 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -20,7 +20,7 @@
@c applies to and all the info about who's publishing this edition
@c These apply across the board.
-@set UPDATE-MONTH December, 2012
+@set UPDATE-MONTH January, 2013
@set VERSION 4.0
@set PATCHLEVEL 2
@@ -154,7 +154,7 @@ Some comments on the layout for TeX.
@copying
Copyright @copyright{} 1989, 1991, 1992, 1993, 1996, 1997, 1998, 1999,
-2000, 2001, 2002, 2003, 2004, 2005, 2007, 2009, 2010, 2011, 2012
+2000, 2001, 2002, 2003, 2004, 2005, 2007, 2009, 2010, 2011, 2012, 2013
Free Software Foundation, Inc.
@sp 2
@@ -33954,6 +33954,18 @@ It is available in several archive formats:
@uref{http://www.cs.princeton.edu/~bwk/btl.mirror/awk.zip}
@end table
+You can also retrieve it from Git Hub:
+
+@example
+git clone git://github.com/onetrueawk/awk bwkawk
+@end example
+
+@noindent
+The above command creates a copy of the @uref{http://www.git-scm.com, Git}
+repository in a directory named @file{bwkawk}. If you leave that argument
+off the @command{git} command line, the repository copy is created in a
+directory named @file{awk}.
+
This version requires an ISO C (1990 standard) compiler;
the C compiler from
GCC (the GNU Compiler Collection)