summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-07-25 17:10:21 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-07-25 17:10:21 +0200
commit95e9cf99a018478481803015267154d05ea49877 (patch)
treedc955891550b9a3a753da6ccdbd0cf446d00c207 /Makefile
parent64af12a76e21c27402777546d044cbf326a5daa3 (diff)
downloadmblaze-95e9cf99a018478481803015267154d05ea49877.tar.gz
mblaze-95e9cf99a018478481803015267154d05ea49877.tar.xz
mblaze-95e9cf99a018478481803015267154d05ea49877.zip
add README
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