diff options
author | June McEnroe <june@causal.agency> | 2019-01-17 15:57:00 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-01-17 15:57:00 -0500 |
commit | b3381c53b0761284f86881e6780e04dcfb93d799 (patch) | |
tree | 7ce1c2969320726f9f0072a6dcd369915c5a909f /gfx/man | |
parent | Reorganize bin and Makefile once again (diff) | |
download | src-b3381c53b0761284f86881e6780e04dcfb93d799.tar.gz src-b3381c53b0761284f86881e6780e04dcfb93d799.zip |
Reunify gfx and bin
Diffstat (limited to '')
-rw-r--r-- | bin/man1/brot.1 (renamed from gfx/man/brot.1) | 0 | ||||
-rw-r--r-- | bin/man1/gfxx.1 (renamed from gfx/man/gfxx.1) | 0 | ||||
-rw-r--r-- | gfx/man/gfx.7 | 30 |
3 files changed, 0 insertions, 30 deletions
diff --git a/gfx/man/brot.1 b/bin/man1/brot.1 index 7c1a4087..7c1a4087 100644 --- a/gfx/man/brot.1 +++ b/bin/man1/brot.1 diff --git a/gfx/man/gfxx.1 b/bin/man1/gfxx.1 index d3d1edbd..d3d1edbd 100644 --- a/gfx/man/gfxx.1 +++ b/bin/man1/gfxx.1 diff --git a/gfx/man/gfx.7 b/gfx/man/gfx.7 deleted file mode 100644 index 8c002b89..00000000 --- a/gfx/man/gfx.7 +++ /dev/null @@ -1,30 +0,0 @@ -.Dd September 11, 2018 -.Dt GFX 7 -.Os "Causal Agency" -. -.Sh NAME -.Nm gfx -.Nd graphical utilities -. -.Sh DESCRIPTION -Graphial tools targeting -Cocoa, -X11 -and Linux framebuffer. -. -.Pp -.Bl -tag -width "gfxx(1)" -compact -.It Xr brot 1 -Mandelbrot renderer -. -.It Xr gfxx 1 -graphics data explorer -.El -. -.Pp -To build, -run one of: -.Pp -.Dl make GFX=cocoa -.Dl make GFX=x11 -.Dl make GFX=fb |