aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2019-07-09 23:56:24 +0200
committerDimitri Sokolyuk <demon@dim13.org>2019-07-09 23:56:24 +0200
commit5ffdd519e947b5bf87d8f3ae808188c4b6480d08 (patch)
treebaa1c2490f952b7a0b17aeffdbb19e36b808290d /Makefile
parent94a719dbc471c4fcdde02c69042a2235dff95039 (diff)
add readmeHEADmaster
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>