freebsd-dev/contrib/awk/doc
David E. O'Brien ff8c7f95b2 This commit was generated by cvs2svn to compensate for changes in r85898,
which included commits to RCS files with non-trunk default branches.
2001-11-02 21:06:08 +00:00
..
ad.block Update vendor branch to gawk-3.1.0. 2001-11-02 21:06:08 +00:00
awk.1 Fix conflicts. Add $FreeBSD$ as needed. 1999-09-27 08:57:04 +00:00
awkcard.in Update vendor branch to gawk-3.1.0. 2001-11-02 21:06:08 +00:00
awkforai.txt Update vendor branch to gawk-3.0.6. 2000-08-15 10:02:07 +00:00
cardfonts Update vendor branch to gawk-3.1.0. 2001-11-02 21:06:08 +00:00
ChangeLog Update vendor branch to gawk-3.1.0. 2001-11-02 21:06:08 +00:00
colors Update vendor branch to gawk-3.0.6. 2000-08-15 10:02:07 +00:00
gawk.1 Update vendor branch to gawk-3.1.0. 2001-11-02 21:06:08 +00:00
gawk.texi Update vendor branch to gawk-3.1.0. 2001-11-02 21:06:08 +00:00
gawkinet.texi Update vendor branch to gawk-3.1.0. 2001-11-02 21:06:08 +00:00
igawk.1 Update vendor branch to gawk-3.0.6. 2000-08-15 10:02:07 +00:00
macros Update vendor branch to gawk-3.0.6. 2000-08-15 10:02:07 +00:00
Makefile.am Update vendor branch to gawk-3.1.0. 2001-11-02 21:06:08 +00:00
Makefile.in Update vendor branch to gawk-3.1.0. 2001-11-02 21:06:08 +00:00
no.colors Update vendor branch to gawk-3.1.0. 2001-11-02 21:06:08 +00:00
README.card Update vendor branch to gawk-3.0.6. 2000-08-15 10:02:07 +00:00
setter.outline Update vendor branch to gawk-3.0.6. 2000-08-15 10:02:07 +00:00
texinfo.tex Update vendor branch to gawk-3.1.0. 2001-11-02 21:06:08 +00:00

Mon Dec  9 12:45:48 EST 1996

The AWK reference card included here requires a modern version of troff
(ditroff). GNU Troff (groff) is known to work.

If your troff is able to produce Postscript but does not know how to
properly use the macros from `colors' file then try to uncomment in
Makefile the defintion which sets AWKCARD to awkcard.nc (no colors).
This will definitely require changes to the TROFF macro and you have to
ensure that the tbl preprocessor is called.  For example, the following
modifications on NeXT:

TROFF = tbl
SEDME = ptroff -t | sed -e \
	"s/^level0 restore/level0 restore flashme 100 72 moveto\
 (Copyright `date`, FSF, Inc. (all)) show/" \
	-e "s/^\/level0 save def/\/level0 save def 30 -48 translate/"

will produce a correctly formatted, albeit monochromatic, reference card.