diff --git a/Makefile b/Makefile index 8b87efd..70756e5 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,11 @@ honk: .preflightcheck schema.sql *.go go.mod .preflightcheck: preflight.sh @sh ./preflight.sh +help: + for m in docs/*.[13578] ; do \ + mandoc -T html -O fragment,man=%N.%S.html $$m | sed -E 's//
/g' > $$m.html ; \ + done + clean: rm -f honk