diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 20:10:07 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 20:10:07 -0400 |
| commit | 41039b36ec75467076ada2bb0f6f7866eafaea09 (patch) | |
| tree | fb5733c9cd64c7aa8f3014193cb17011b0dfbbf5 /static/mandoc.mk | |
| parent | 1f19f33e45791ea59aed048796fc68672c6723a5 (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.mk | 2 |
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) |
