fix help makefile target

This commit is contained in:
Ted Unangst 2023-08-31 03:09:59 -04:00
parent 1a00ca5b43
commit 81bb8099ae
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ honk: .preflightcheck schema.sql *.go go.mod
help: help:
for m in docs/*.[13578] ; do \ 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 ; \ mandoc -T html -O style=mandocs.css,man=%N.%S.html $$m | sed -E 's/<a class="Lk" href="([[:alnum:]._-]*)">/<img src="\1"><br>/g' > $$m.html ; \
done done
clean: clean: