aboutsummaryrefslogtreecommitdiff
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 1979014..40cefe9 100644
--- a/Makefile
+++ b/Makefile
@@ -5,4 +5,7 @@ DPADD= ${LIBCURSES}
CFLAGS+= -W -Wall
LDADD= -lcurses
+README.md: watch.1
+ mandoc -Tmarkdown ${.ALLSRC} > ${.TARGET}
+
. include <bsd.prog.mk>