about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 37701d0..6ba6dac 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ mshow: mshow.o blaze822.o seq.o rfc2045.o rfc2047.c mymemmem.o filter.o
 msort: msort.o blaze822.o seq.o mystrverscmp.o mymemmem.o
 mthread: mthread.o blaze822.o seq.o mymemmem.o
 
-README: man/mintro.7
+README: man/mblaze.7
 	mandoc -Tutf8 $< | col -bx >$@
 
 clean: FRC