From 64eff90e70d6e125041f7e3824815d27d376d1a8 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 11 Sep 2018 21:57:05 -0400 Subject: Rewrite gfx.7 and render plaintext README --- gfx/README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 gfx/README (limited to 'gfx/README') 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 -- cgit 1.4.1 t'>
summary refs log tree commit diff
path: root/www/text.causal.agency/Makefile (unfollow)
Commit message (Expand)Author
2019-12-20Disable signing commitsJune McEnroe
2019-12-19Ignore about-filterJune McEnroe
2019-12-19Fix matching make tags with no sourcesJune McEnroe
2019-12-19Avoid matching := assignments as tagsJune McEnroe
2019-12-18Hide line numbers when rendering mdocJune McEnroe
2019-12-18Customize cgit CSSJune McEnroe
2019-12-18Use :target rather than :focus pseudo-classJune McEnroe
2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe
2019-12-18Add git.causal.agency cgit configJune McEnroe
2019-12-18Bail from hi if input is binaryJune McEnroe
2019-12-16Post "cgit setup"June McEnroe