summaryrefslogtreecommitdiff
path: root/build
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 /build
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 'build')
-rwxr-xr-xbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/build b/build
index 2c405ca6..0e4af8fd 100755
--- a/build
+++ b/build
@@ -53,6 +53,8 @@ EOF
fi
done
done
+
+ chmod 400 man.db
}
clean() {