about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-15 22:22:51 -0400
committerJune McEnroe <june@causal.agency>2018-09-15 22:22:51 -0400
commitf1cae5194c952c2552d132997e268d5ca395140e (patch)
tree4e352b2cf7a40f44c42a96050d88025fbb2dc929 /Makefile
parentFactor out uiPrompt to call on nick change (diff)
downloadcatgirl-f1cae5194c952c2552d132997e268d5ca395140e.tar.gz
catgirl-f1cae5194c952c2552d132997e268d5ca395140e.zip
Render README from chatte.7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 938d874..ece6649 100644
--- a/Makefile
+++ b/Makefile
@@ -89,3 +89,6 @@ chroot.tar: chatte chatte.1 man.sh
 
 clean:
 	rm -rf tags chatte $(OBJS) $(TESTS) root chroot.tar
+
+README: chatte.7
+	mandoc chatte.7 | sed $$'s/.\b//g' > README