all repos — honk @ aa5bdd3e7970c6504b0097dcef67cafbfa7a47ad

my fork of honk

fix the help stylesheet, from horia
Ted Unangst tedu@tedunangst.com
Thu, 31 Aug 2023 16:40:14 -0400
commit

aa5bdd3e7970c6504b0097dcef67cafbfa7a47ad

parent

3691e619045622ecc64e84c261e9e6011c33bc0e

2 files changed, 5 insertions(+), 1 deletions(-)

jump to
M MakefileMakefile

@@ -9,7 +9,7 @@ @sh ./preflight.sh

help: for m in docs/*.[13578] ; do \ - mandoc -T html -O style=mandocs.css,man=%N.%S.html $$m | sed -E 's/<a class="Lk" href="([[:alnum:]._-]*)">/<img src="\1"><br>/g' > $$m.html ; \ + mandoc -T html -O style=mandoc.css,man=%N.%S.html $$m | sed -E 's/<a class="Lk" href="([[:alnum:]._-]*)">/<img src="\1"><br>/g' > $$m.html ; \ done clean:
M docs/changelog.txtdocs/changelog.txt

@@ -1,5 +1,9 @@

changelog +### 1.1.1 Required Refinement + ++ Fix help file stylesheet link. + ### 1.1.0 Eventual Enshittification + Fix backup command.