Only resolve .so includes when it's the only thing in a man page

Leaving the rest to be formatted as links to the included man page
instead.

Primary reason for this change is to make it possible to cache formatted
man pages, as they now no longer depend on anything except the raw
source of the page itself.
This commit is contained in:
Yorhel 2025-05-25 14:02:07 +02:00
parent a14f7b9bac
commit 59a7a16c2a
3 changed files with 25 additions and 25 deletions

View file

@ -51,9 +51,9 @@ main.thin { max-width: 700px; margin: 0 auto }
.pkgpage section:last-child { padding: 0 10px }
#manbuttons h1 { display: inline; margin: 0 20px 0 0; vertical-align: middle }
#manbuttons ul { list-style-type: none; display: inline-block }
#manbuttons ul { list-style-type: none; display: inline-block; margin: 0 0 0 15px }
#manbuttons li { display: inline-block }
#manbuttons li a { display: inline-block; outline: none; margin: 0 10px 0 0; padding: 5px 7px 8px 7px; text-decoration: none; border-top-left-radius: 7px 5px; border-top-left-radius: 7px 5px }
#manbuttons li a { display: inline-block; outline: none; margin: 0 10px 0 0; padding: 5px 7px 8px 7px; text-decoration: none }
#manbuttons li a:hover { background: #f0f8ff }
.manpage nav { background: #f0f8ff; color: #036; float: right; padding: 8px; width: 250px; margin-bottom: 10px; border-radius: 8px; }