summary refs log tree commit diff
path: root/gfx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/Makefile')
-rw-r--r--gfx/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/gfx/Makefile b/gfx/Makefile
index 28ade67d..93f04ec0 100644
--- a/gfx/Makefile
+++ b/gfx/Makefile
@@ -27,6 +27,9 @@ brot: brot.o $(GFX).o
 gfxx: gfxx.o $(GFX).o
 	$(CC) $(LDFLAGS) gfxx.o $(GFX).o $(LDLIBS) $(LDLIBS_$(GFX)) -o $@
 
+README: gfx.7
+	mandoc gfx.7 | sed $$'s/.\b//g' > README
+
 clean:
 	rm -f tags *.o $(BINS)