forked from lda/telodendria
Fix man page links on website.
This commit is contained in:
parent
b0b2f11158
commit
056804810f
2 changed files with 5 additions and 1 deletions
4
TODO.txt
4
TODO.txt
|
@ -30,6 +30,10 @@ Milestone: v0.2.0
|
|||
[ ] Move docs from Matrix to User for UserValidate
|
||||
[ ] 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
|
||||
-----------------
|
||||
|
||||
|
|
|
@ -185,7 +185,7 @@ recipe_site() {
|
|||
|
||||
mkdir -p "$TELODENDRIA_PUB/$dir/"
|
||||
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"
|
||||
echo "$TELODENDRIA_PUB/$dir/$html.html"
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue