summaryrefslogtreecommitdiff
path: root/static/mandoc.mk
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 20:10:07 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 20:10:07 -0400
commit41039b36ec75467076ada2bb0f6f7866eafaea09 (patch)
treefb5733c9cd64c7aa8f3014193cb17011b0dfbbf5 /static/mandoc.mk
parent1f19f33e45791ea59aed048796fc68672c6723a5 (diff)
feat: Main Page to search for man pages
Added a main index page that uses HTMX to search for man pages and place the contents on the page.
Diffstat (limited to 'static/mandoc.mk')
-rw-r--r--static/mandoc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/mandoc.mk b/static/mandoc.mk
index b76f40d8..5bd2765c 100644
--- a/static/mandoc.mk
+++ b/static/mandoc.mk
@@ -1,5 +1,5 @@
MANDOC = mandoc
-MANDOCFLAGS = -T html -O fragment
+MANDOCFLAGS = -T html -O fragment -I os=$(OS)
TARGETS = $(patsubst %, %.html, $(MAN))
all: $(TARGETS) $(SUBDIRS)