From f1cae5194c952c2552d132997e268d5ca395140e Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 15 Sep 2018 22:22:51 -0400 Subject: Render README from chatte.7 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit 1.4.1