source: trunk/essentials/sys-apps/gawk/doc/README.card

Last change on this file was 3076, checked in by bird, 18 years ago

gawk 3.1.5

File size: 807 bytes
Line 
1Mon Dec 9 12:45:48 EST 1996
2
3The AWK reference card included here requires a modern version of troff
4(ditroff). GNU Troff (groff) is known to work.
5
6If your troff is able to produce Postscript but does not know how to
7properly use the macros from `colors' file then try to uncomment in
8Makefile the defintion which sets AWKCARD to awkcard.nc (no colors).
9This will definitely require changes to the TROFF macro and you have to
10ensure that the tbl preprocessor is called. For example, the following
11modifications on NeXT:
12
13TROFF = tbl
14SEDME = ptroff -t | sed -e \
15 "s/^level0 restore/level0 restore flashme 100 72 moveto\
16 (Copyright `date`, FSF, Inc. (all)) show/" \
17 -e "s/^\/level0 save def/\/level0 save def 30 -48 translate/"
18
19will produce a correctly formatted, albeit monochromatic, reference card.
Note: See TracBrowser for help on using the repository browser.