diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
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 |