diff options
author | June McEnroe <june@causal.agency> | 2018-09-11 21:57:05 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-09-11 21:57:05 -0400 |
commit | 56e8803c62da1f2a31e19b2b5ac460566f8e5d38 (patch) | |
tree | a8472c2484cd656bc2d5480cb2cb2135c6784c61 /gfx/README | |
parent | Remove GAMES from BINS (diff) | |
download | src-56e8803c62da1f2a31e19b2b5ac460566f8e5d38.tar.gz src-56e8803c62da1f2a31e19b2b5ac460566f8e5d38.zip |
Rewrite gfx.7 and render plaintext README
Diffstat (limited to '')
-rw-r--r-- | gfx/README | 18 | ||||
-rw-r--r-- | gfx/README.7 | 25 |
2 files changed, 18 insertions, 25 deletions
diff --git a/gfx/README b/gfx/README new file mode 100644 index 00000000..206e1a11 --- /dev/null +++ b/gfx/README @@ -0,0 +1,18 @@ +gfx(7) Miscellaneous Information Manual gfx(7) + +NAME + gfx – graphical utilities + +DESCRIPTION + Graphial tools targeting Cocoa, X11 and Linux framebuffer. + + brot(1) Mandelbrot renderer + gfxx(1) graphics data explorer + + To build, run one of: + + make GFX=cocoa + make GFX=x11 + make GFX=fb + +Causal Agency September 11, 2018 Causal Agency diff --git a/gfx/README.7 b/gfx/README.7 deleted file mode 100644 index de29c37f..00000000 --- a/gfx/README.7 +++ /dev/null @@ -1,25 +0,0 @@ -.Dd September 8, 2018 -.Dt README 7 -.Os "Causal Agency" -. -.Sh NAME -.Nm gfx -.Nd graphical utilities -. -.Sh DESCRIPTION -Graphial tools targeting -Cocoa, -X11 -and Linux framebuffer. -. -.Pp -To build, run one of: -.Bd -literal -offset indent -make GFX=cocoa -make GFX=x11 -make GFX=fb -.Ed -. -.Sh SEE ALSO -.Xr brot 1 , -.Xr gfxx 1 |