diff --git a/Makefile b/Makefile
index 70756e5..56e2fa9 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ honk: .preflightcheck schema.sql *.go go.mod
help:
for m in docs/*.[13578] ; do \
- mandoc -T html -O fragment,man=%N.%S.html $$m | sed -E 's//
/g' > $$m.html ; \
+ mandoc -T html -O style=mandocs.css,man=%N.%S.html $$m | sed -E 's//
/g' > $$m.html ; \
done
clean: