Fix man page links on website.

This commit is contained in:
Jordan Bancino 2023-01-17 13:53:31 +00:00
parent b0b2f11158
commit 056804810f
2 changed files with 5 additions and 1 deletions

View file

@ -30,6 +30,10 @@ Milestone: v0.2.0
[ ] Move docs from Matrix to User for UserValidate [ ] Move docs from Matrix to User for UserValidate
[ ] Document Str and remove old functions from Util docs. [ ] Document Str and remove old functions from Util docs.
[ ] Clean up scripts (make tools/lib/matrix.sh)
[ ] Update changelog
[x] Fix man page links on website
Milestone: v1.0.0 Milestone: v1.0.0
----------------- -----------------

View file

@ -185,7 +185,7 @@ recipe_site() {
mkdir -p "$TELODENDRIA_PUB/$dir/" mkdir -p "$TELODENDRIA_PUB/$dir/"
mandoc -Thtml \ mandoc -Thtml \
-O style=/style.css,man=man/man%S/%N.%S.html "$man" \ -O style=/style.css,man=/man/man%S/%N.%S.html "$man" \
> "$TELODENDRIA_PUB/$dir/$html.html" > "$TELODENDRIA_PUB/$dir/$html.html"
echo "$TELODENDRIA_PUB/$dir/$html.html" echo "$TELODENDRIA_PUB/$dir/$html.html"
done done