about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bc7b19a..7dab8a9 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,9 @@ mshow: mshow.o blaze822.o seq.o rfc2045.o rfc2047.c
 msort: msort.o blaze822.o seq.o mystrverscmp.c
 mthread: mthread.o blaze822.o seq.o
 
+README: man/mintro.7
+	mandoc -Tutf8 $< | col -bx >$@
+
 clean: FRC
 	-rm -f $(ALL) *.o