summaryrefslogtreecommitdiff
path: root/static/openbsd/man2
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/openbsd/man2
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/openbsd/man2')
-rw-r--r--static/openbsd/man2/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/openbsd/man2/Makefile b/static/openbsd/man2/Makefile
new file mode 100644
index 00000000..b938fb36
--- /dev/null
+++ b/static/openbsd/man2/Makefile
@@ -0,0 +1,3 @@
+MAN = $(wildcard *.2)
+
+include ../../mandoc.mk