make target for help
This commit is contained in:
parent
a4be8b9e02
commit
3bbd1ad2b3
5
Makefile
5
Makefile
|
@ -7,6 +7,11 @@ honk: .preflightcheck schema.sql *.go go.mod
|
||||||
.preflightcheck: preflight.sh
|
.preflightcheck: preflight.sh
|
||||||
@sh ./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/<a class="Lk" href="([[:alnum:]._-]*)">/<img src="\1"><br>/g' > $$m.html ; \
|
||||||
|
done
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f honk
|
rm -f honk
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue